mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-30 09:45:18 +01:00
fix ip
This commit is contained in:
@@ -2,7 +2,7 @@ global {
|
||||
perm_cache=16384;
|
||||
cache_dir="/var/cache/pdnsd";
|
||||
run_as="pdnsd";
|
||||
server_ip = 127.0.0.1;
|
||||
server_ip = 0.0.0.0;
|
||||
status_ctl = on;
|
||||
query_method=udp_tcp;
|
||||
min_ttl=15m; # Retain cached entries at least 15 minutes.
|
||||
|
||||
Reference in New Issue
Block a user