Upload 17 files
Browse files- entrypoint.sh +5 -0
entrypoint.sh
CHANGED
|
@@ -31,6 +31,11 @@ if [ -n "$STASTIC_PROXY" ]; then
|
|
| 31 |
cat > "$CONFIG_FILE" <<EOF
|
| 32 |
strict_chain
|
| 33 |
proxy_dns
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
[ProxyList]
|
| 35 |
EOF
|
| 36 |
|
|
|
|
| 31 |
cat > "$CONFIG_FILE" <<EOF
|
| 32 |
strict_chain
|
| 33 |
proxy_dns
|
| 34 |
+
|
| 35 |
+
# Exclude local traffic from proxying, so the app can talk to the local ProxyServer.
|
| 36 |
+
localnet 127.0.0.0/8
|
| 37 |
+
localnet ::1/128
|
| 38 |
+
|
| 39 |
[ProxyList]
|
| 40 |
EOF
|
| 41 |
|