Files
StunCaddsies/caddyfile
Bel LaPointe 53812eeda3 working
2018-10-05 18:59:02 -06:00

17 lines
304 B
Plaintext

localhost {
forwardproxy {
basicauth breel ok
probe_resistance secretlink.localhost
hide_ip
hide_via
response_timeout 30
dial_timeout 10
acl {
allow blapointe.me
allow 192.168.0.0/16
deny all
}
}
log /caddy-access.log
}