7 lines
118 B
Plaintext
7 lines
118 B
Plaintext
table ip nat {
|
|
chain postrouting {
|
|
type nat hook postrouting priority 100
|
|
oifname enp5s0f0 masquerade
|
|
}
|
|
}
|