lib/config/legacy: add bind to upstream4.forwardPorts

This commit is contained in:
Astro 2021-10-14 17:05:05 +02:00
parent 6da7456ba1
commit dd399d7871
1 changed files with 10 additions and 0 deletions

View File

@ -205,6 +205,16 @@ in
proto = "tcp";
sourcePort = 443;
}
{
destination = config.site.net.serv.bind.ip4;
proto = "tcp";
sourcePort = 53;
}
{
destination = config.site.net.serv.bind.ip4;
proto = "udp";
sourcePort = 53;
}
{
destination = config.site.net.c3d2.dn42.ip4;
proto = "udp";