16 lines
278 B
Plaintext
16 lines
278 B
Plaintext
localhost {
|
|
forwardproxy {
|
|
#basicauth breel ok
|
|
#probe_resistance secretlink.localhost
|
|
hide_ip
|
|
hide_via
|
|
response_timeout 30
|
|
dial_timeout 10
|
|
acl {
|
|
allow 192.168.0.0/16
|
|
deny all
|
|
}
|
|
}
|
|
log /caddy-access.log
|
|
}
|