adds DNS to allowedUDPPorts and removes WAN access block for internal services
This commit is contained in:
parent
014badfa99
commit
08a1372f9f
@ -36,6 +36,7 @@
|
|||||||
|
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [
|
||||||
51820 # WireGuard
|
51820 # WireGuard
|
||||||
|
53 # DNS
|
||||||
];
|
];
|
||||||
|
|
||||||
# Internal ports
|
# Internal ports
|
||||||
@ -68,9 +69,6 @@
|
|||||||
# Allow established connections
|
# Allow established connections
|
||||||
iptables -A INPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT
|
iptables -A INPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT
|
||||||
|
|
||||||
# Block WAN access to internal services
|
|
||||||
iptables -I INPUT -i enp39s0 ! -s 192.168.0.0/16 -j DROP
|
|
||||||
|
|
||||||
# Allow internal network traffic
|
# Allow internal network traffic
|
||||||
iptables -A INPUT -i docker0 -j ACCEPT
|
iptables -A INPUT -i docker0 -j ACCEPT
|
||||||
iptables -A INPUT -i tailscale0 -j ACCEPT
|
iptables -A INPUT -i tailscale0 -j ACCEPT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user