remove bindmounts

This commit is contained in:
2023-12-03 22:41:59 +01:00
parent 70fd15c5dd
commit 5d58ae7904
2 changed files with 9 additions and 6 deletions

View File

@@ -130,6 +130,9 @@
}
table ip nat {
chain post {
iifname { "vb-*" } oifname { "server" } 10.42.97.1 comment "from internal interfaces"
}
chain prerouting {
type nat hook prerouting priority filter; policy accept;
}