upstream4: make dns forwardPorts reflective

This commit is contained in:
Astro 2022-03-01 21:52:04 +01:00
parent 7f9198d730
commit d59415fdc5
1 changed files with 2 additions and 2 deletions

View File

@ -194,13 +194,13 @@ in
{
destination = "172.20.73.61";
proto = "tcp";
reflect = false;
reflect = true;
sourcePort = 53;
}
{
destination = "172.20.73.61";
proto = "udp";
reflect = false;
reflect = true;
sourcePort = 53;
}
{