We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d74fe commit 39b0306Copy full SHA for 39b0306
entrypoint.sh
@@ -9,6 +9,5 @@ echo "Restarting redsocks and redirecting traffic via iptables"
9
/etc/init.d/redsocks restart
10
iptables -t nat -A OUTPUT -p tcp --dport 80 -j REDIRECT --to-port 8081
11
iptables -t nat -A OUTPUT -p tcp --dport 443 -j REDIRECT --to-port 8081
12
-echo "Getting IP ..."
13
-curl -sSL https://am.i.mullvad.net/connected
14
-tail -f /var/log/redsocks.log
+echo "IP Address: $(curl -sSL https://v4.ident.me)"
+tail -f /var/log/redsocks.log
0 commit comments