removed old dead code

This commit is contained in:
Nickiel12 2024-01-06 21:35:06 -08:00
parent 94737eb653
commit 2d95844588

View file

@ -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