Commit cf84731b authored by nimrod's avatar nimrod
Browse files

Faster refresh of DNS.

The Docker resolver replies with a TTL of 600, too long. Refresh after
30 seconds.
parent 5a4c6378
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# The resolver for the Docker network.
resolver        127.0.0.11;
resolver        127.0.0.11 valid=30s;
gzip            on;
tcp_nopush      on;
tcp_nodelay     on;