upstream4: disable NAT reflection for 80+443/tcp
enables us to rate-limit properlybgp
parent
7e3d4fa42a
commit
79afe62977
|
@ -31,15 +31,13 @@ in
|
|||
upstream4 = rec {
|
||||
forwardPorts = [
|
||||
{ # http
|
||||
destination = "172.20.73.45";
|
||||
destination = servHosts.public-access-proxy;
|
||||
proto = "tcp";
|
||||
reflect = true;
|
||||
sourcePort = 80;
|
||||
}
|
||||
{ # https
|
||||
destination = "172.20.73.45";
|
||||
destination = servHosts.public-access-proxy;
|
||||
proto = "tcp";
|
||||
reflect = true;
|
||||
sourcePort = 443;
|
||||
}
|
||||
{ # gemini
|
||||
|
|
Loading…
Reference in New Issue