You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ Bind caching DNS server based on Debian slim with support for DNS forwarders, in
98
98
|`DNSSEC_VALIDATE`| string |`no`| Control the behaviour of DNSSEC validation. The default is to not validate: `no`. Other possible values are: `yes` and `auto`. |
99
99
|`DNS_FORWARDER`| string || Specify a comma separated list of IP addresses as custom DNS resolver. This is useful if your LAN already has a DNS server which adds custom/internal domains and you still want to keep them in this DNS server<br/>Example: `DNS_FORWARDER=8.8.8.8,8.8.4.4`|
100
100
|`MAX_CACHE_SIZE`| size |`90%`| Amount of memory used by the server (cached results) |
101
-
|`ttl_time`| int |`3600`| (time in seconds) see [bind ttl](http://www.zytrax.com/books/dns/apa/ttl.html) and [bind soa](http://www.zytrax.com/books/dns/ch8/soa.html)|
101
+
|`TTL_TIME`| int |`3600`| (time in seconds) see [bind ttl](http://www.zytrax.com/books/dns/apa/ttl.html) and [bind soa](http://www.zytrax.com/books/dns/ch8/soa.html)|
102
102
|`REFRESH_TIME`| int |`1200`| (Time in seconds) See [BIND SOA](http://www.zytrax.com/books/dns/ch8/soa.html)|
103
103
|`RETRY_TIME`| int |`180`| (Time in seconds) See [BIND SOA](http://www.zytrax.com/books/dns/ch8/soa.html)|
104
104
|`EXPIRY_TIME`| int |`1209600`| (Time in seconds) See [BIND SOA](http://www.zytrax.com/books/dns/ch8/soa.html)|
0 commit comments