fix bad ssh jumphost
This commit is contained in:
parent
abad8b586e
commit
de1a4e71dc
2 changed files with 25 additions and 21 deletions
|
|
@ -339,6 +339,7 @@
|
|||
ip46tables -t mangle -D nixos-fw-rpfilter -p udp -m udp --sport 51820 -j RETURN || true
|
||||
ip46tables -t mangle -D nixos-fw-rpfilter -p udp -m udp --dport 51820 -j RETURN || true
|
||||
'';
|
||||
allowedUDPPorts = [ 51820 ];
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue