forked from spetzreborn/get_host
-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.toml
33 lines (25 loc) · 1 KB
/
example.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# This is a sample configuration file. Defaults are listed,
# only change that are required is what zones to cache.
# Server: This setting is required to be set in the configuration file
# Client: Only need to be set if used without server
# These server/client must be able to do AXFR for the zones.
Zones = [ "zon1.example.tld", "zone2.example.tld" ]
# Server: The port the server tries to bind to
# Client: The port to connect to
# ServerPort = 8080
# Server: Unused
# Client: URL to connect to server
# Defaults to that the server is running on localhost
# ServerURL = "http://localhost"
# Server: Time To Live, how often the server will try to update its cache.
# Client: Unused
# TTL = 900
# Server: Enable opentracing
# Client: Enable opentracing
# Tracing = false
# Server: More verbose information
# Client: More verbose information
# Verbose = false
# Server: Use this server for all AXFR instead of lookup NS for each zone
# Client: Use this server for all AXFR instead of lookup NS for each zone
# NS = ""