This website requires JavaScript.
Explore
Help
Sign In
dustin
/
configpolicy
Watch
1
Star
1
Fork
You've already forked configpolicy
0
Code
Issues
Releases
Activity
a7ac6c586d
configpolicy
/
roles
/
dch-gw
/
templates
/
masquerade.nft.j2
6 lines
107 B
Django/Jinja
Raw
Blame
History
table ip nat
{
chain postrouting
{
oif
{{
ansible_default_ipv4
.interface
}}
masquerade
}
}
Reference in New Issue
View Git Blame
Copy Permalink