Home : Allow connections from proxy.

This commit is contained in:
Dmitry Voronin 2024-08-19 04:16:23 +03:00
parent 780f5dc44b
commit 27ea420f6a
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -47,6 +47,7 @@ in {
# Full access from VPN clients.
iptables -I INPUT -j ACCEPT -s ${cfg.vpn.address} -d ${internal}
iptables -I INPUT -j ACCEPT -s ${cfg.zapret.address} -d ${internal}
# Full access from Lan.
iptables -I INPUT -j ACCEPT -i ${lan} -d ${internal}