modules/nginx-port-forward: Hardcode dns response caching time to 30s
This commit is contained in:
@@ -9,7 +9,7 @@ let
|
|||||||
|
|
||||||
mkServerBlock = isUDP: port: forward: ''
|
mkServerBlock = isUDP: port: forward: ''
|
||||||
server {
|
server {
|
||||||
resolver 127.0.0.53 ipv4=off;
|
resolver 127.0.0.53 ipv4=off valid=30s;
|
||||||
|
|
||||||
listen ${port}${optionalString isUDP " udp"}${optionalString (forward.certName != null) " ssl"};
|
listen ${port}${optionalString isUDP " udp"}${optionalString (forward.certName != null) " ssl"};
|
||||||
listen [::]:${port}${optionalString isUDP " udp"}${optionalString (forward.certName != null) " ssl"};
|
listen [::]:${port}${optionalString isUDP " udp"}${optionalString (forward.certName != null) " ssl"};
|
||||||
|
Reference in New Issue
Block a user