renamed argent port

This commit is contained in:
celso 2026-07-07 16:46:45 -03:00
parent 25299fc6e9
commit 9c62d13e02

View File

@ -2,7 +2,7 @@ table nat {
chain prerouting {
type nat hook prerouting priority 0;
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 {