Skip to content
Snippets Groups Projects
Verified Commit 11326cc6 authored by iliya.saroukha's avatar iliya.saroukha :first_quarter_moon:
Browse files

feat: added r2 nat ruleset

parent 3ea6d00a
No related branches found
No related tags found
No related merge requests found
#!/usr/sbin/nft -f
flush ruleset
table ip ns-nat {
chain ns-masq {
type nat hook postrouting priority 100;
oifname "ns2-veth0" counter masquerade
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment