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
1 changed files with 2 additions and 2 deletions

View File

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