mirror of
https://github.com/proxysu/ProxySU.git
synced 2025-02-18 07:23:17 +03:00
11 lines
186 B
Caddyfile
11 lines
186 B
Caddyfile
:443, ##domain##
|
|
route {
|
|
forward_proxy {
|
|
##basicauth##
|
|
#basic_auth ##user## ##pass##
|
|
hide_ip
|
|
hide_via
|
|
probe_resistance
|
|
}
|
|
file_server { root /usr/share/caddy }
|
|
} |