Fix iptables rule
This commit is contained in:
parent
2bb68820c5
commit
127fc040a5
1 changed files with 2 additions and 2 deletions
|
|
@ -190,11 +190,11 @@
|
|||
|
||||
extraCommands = ''
|
||||
# Allow other nodes on VPN to access all ports
|
||||
iptables -A INPUT -s 19720 -j ACCEPT
|
||||
iptables -A INPUT -s 10.0.0.0/16 -j ACCEPT
|
||||
'';
|
||||
|
||||
extraStopCommands = ''
|
||||
iptables -D INPUT -s 19720 -j ACCEPT
|
||||
iptables -D INPUT -s 10.0.0.0/16 -j ACCEPT
|
||||
'';
|
||||
};
|
||||
# Garbage collection to remove old NixOs iterations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue