mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59: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;
|
flush chain ip tailscale-wg preraw;
|
||||||
delete 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 {
|
table ip tailscale-wg {
|
||||||
chain preraw {
|
chain preraw {
|
||||||
type filter hook prerouting priority raw; policy accept;
|
type filter hook prerouting priority raw; policy accept;
|
||||||
|
@ -69,10 +65,6 @@ in
|
||||||
flush chain ip tailscale-wg preraw;
|
flush chain ip tailscale-wg preraw;
|
||||||
delete 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;
|
delete table ip tailscale-wg;
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue