sacrebleu-dns/extra/config.ini.example
2021-01-03 15:17:01 -04:00

28 lines
711 B
Plaintext

app_mode = "production" #Anything != production will show DEBUG messages
[App]
IP = ""
Port = 5353
Logfile = true
Logdir = "/var/log/"
[Database]
# Type can be either postgresql or mysql
Type = "mysql"
# if type if postgres, you can also connect to the DB with a socket file
Host = "127.0.0.1" # can be either an IP address or a socket, it's often /var/run/postgresql/
Username = "sacrebleu"
Password = "superSecretPassword"
Port = "3306"
DB = "sacrebleudatabase"
[Redis]
IP = "127.0.0.1"
Port = 6379
Password = ""
DB = 0
TTL = 10 #In seconds
[Dns]
XfrIPs = ["*"] #Array of slaves IPs
Nameservers = ["ns1.example.org", "ns2.example.org", "ns1.example.com"] #Arry of NS urls. (the first one is the master)