godns/godns.conf

34 lines
448 B
Plaintext

#Toml config file
Title = "GODNS"
Version = "0.1.1"
Author = "kenshin"
Debug = true
[server]
host = "127.0.0.1"
port = 53
[resolv]
resolv-file = "/etc/resolv.conf"
timeout = 5 # 5 seconds
[redis]
host = "kenshinx.me"
port = 6379
db = 0
password =""
[log]
#If didn't set the log file,log will be redirected to console.
file = ""
[cache]
# backend option [memory|redis]
backend = "memory"
expire = 600 # 10 minutes
maxcount = 100000