mirror of
https://github.com/proxysu/ProxySU.git
synced 2025-02-16 22:53:13 +03:00
11 lines
176 B
Caddyfile
11 lines
176 B
Caddyfile
:##port##, ##domain##
|
|
route {
|
|
forward_proxy {
|
|
##basicauth##
|
|
hide_ip
|
|
hide_via
|
|
probe_resistance
|
|
}
|
|
#file_server { root /usr/share/caddy }
|
|
}
|
|
##reverse_proxy## |