Skip to content

Commit c70e018

Browse files
authored
Update setup_rathole.sh
1 parent 17c661b commit c70e018

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/setup_rathole.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,9 @@ if ! grep -q "# Managed by setup_rathole.sh script" /etc/caddy/Caddyfile; then
9595
cat <<EOF >> /etc/caddy/Caddyfile
9696
# Managed by setup_rathole.sh script
9797
http:// {
98-
reverse_proxy localhost:8092
98+
reverse_proxy localhost:8092 {
99+
header_up AllNet-Forwarded-From "euro.prox.aquadx.net"
100+
}
99101
}
100102
# !Managed
101103
EOF

0 commit comments

Comments
 (0)