rewrite most code; removes database to solely rely on config file
This commit is contained in:
parent
32bf03dc07
commit
ef22e29cef
10 changed files with 246 additions and 249 deletions
|
|
@ -1,6 +1,9 @@
|
|||
[database]
|
||||
host = "127.0.0.1"
|
||||
port = 5432
|
||||
user = "username"
|
||||
pass = "password"
|
||||
name = "database"
|
||||
|
||||
[[rrconfig]]
|
||||
username = "username"
|
||||
password = "password"
|
||||
nameserver = "ns1.example.org"
|
||||
zonename = "example.org"
|
||||
hostname = "somerecord.example.org"
|
||||
tsigkey = "<tsig-key>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue