renamed argent port
This commit is contained in:
parent
25299fc6e9
commit
9c62d13e02
2
nat.nft
2
nat.nft
@ -2,7 +2,7 @@ table nat {
|
|||||||
chain prerouting {
|
chain prerouting {
|
||||||
type nat hook prerouting priority 0;
|
type nat hook prerouting priority 0;
|
||||||
comment "this is necessary even if empty";
|
comment "this is necessary even if empty";
|
||||||
tcp dport $ARGENT_EXTERNAL_PORT redirect to $MARIADB_PORT;
|
tcp dport $ARGENT_PORT redirect to $MARIADB_PORT;
|
||||||
}
|
}
|
||||||
|
|
||||||
chain postrouting {
|
chain postrouting {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user