mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
removed old dead code
This commit is contained in:
parent
94737eb653
commit
2d95844588
1 changed files with 0 additions and 8 deletions
|
@ -34,10 +34,6 @@ in
|
|||
flush chain ip tailscale-wg preraw;
|
||||
delete chain ip tailscale-wg preraw;
|
||||
|
||||
add chain ip tailscale-wg postrouting;
|
||||
flush chain ip tailscale-wg postrouting;
|
||||
delete chain ip tailscale-wg postrouting;
|
||||
|
||||
table ip tailscale-wg {
|
||||
chain preraw {
|
||||
type filter hook prerouting priority raw; policy accept;
|
||||
|
@ -69,10 +65,6 @@ in
|
|||
flush chain ip tailscale-wg preraw;
|
||||
delete chain ip tailscale-wg preraw;
|
||||
|
||||
add chain ip tailscale-wg postrouting;
|
||||
flush chain ip tailscale-wg postrouting;
|
||||
delete chain ip tailscale-wg postrouting;
|
||||
|
||||
delete table ip tailscale-wg;
|
||||
EOF
|
||||
|
||||
|
|
Loading…
Reference in a new issue