Use variable for port forward

This commit is contained in:
Sandro - 2024-01-27 23:20:07 +01:00
parent 751a8279de
commit 4419a70661
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -47,12 +47,12 @@ in
sourcePort = 1965; sourcePort = 1965;
} }
{ {
destination = "172.20.73.61"; destination = servHosts.bind;
proto = "tcp"; proto = "tcp";
sourcePort = 53; sourcePort = 53;
} }
{ {
destination = "172.20.73.61"; destination = servHosts.bind;
proto = "udp"; proto = "udp";
sourcePort = 53; sourcePort = 53;
} }