This commit is contained in:
Bel LaPointe
2018-10-05 18:59:02 -06:00
commit 53812eeda3
10 changed files with 230 additions and 0 deletions

16
caddyfile Normal file
View File

@@ -0,0 +1,16 @@
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
}