Files
configpolicy/roles/dch-gw/templates/masquerade.nft.j2
Dustin C. Hatch a7ac6c586d dch-gw: Initial commit
The *dch-gw* role, and the corresponding `dch-gw.yml` playbook, apply
all of the necessary configuration to the edge router on my home
network.
2018-03-27 20:44:43 -05:00

6 lines
107 B
Django/Jinja

table ip nat {
chain postrouting {
oif {{ ansible_default_ipv4.interface }} masquerade
}
}