no more local123

This commit is contained in:
Bel LaPointe
2018-10-21 08:49:25 -06:00
parent fc9aa5e1f6
commit 0cb9f6be91
9 changed files with 290 additions and 0 deletions

21
mnt/caddyfile Normal file
View File

@@ -0,0 +1,21 @@
localhost {
forwardproxy {
#basicauth breel ok
#probe_resistance secretlink.localhost
hide_ip
hide_via
response_timeout 30
dial_timeout 10
#ports 2015
acl {
allow *.gcp.blapointe.com
allow 192.168.0.0/16
allow *.bel.pc
allow bel.pc
allow *.google.com
allow google.com
deny all
}
}
log /caddy-access.log
}