Browse Source

moved config files

develop
Robin Thoni 8 years ago
parent
commit
c84561e806
3 changed files with 8 additions and 2 deletions
  1. 3
    2
      .gitignore
  2. 0
    0
      conf/dhcpd.conf.default
  3. 5
    0
      conf/pdns-slave.json.default

+ 3
- 2
.gitignore View File

@@ -1,5 +1,6 @@
1
-conf/sql.json
2
-conf/dhcp.conf
1
+conf/pdns-slave.json
2
+conf/dhcpd.conf
3
+conf/dhcpd-gen.conf
3 4
 conf/hosts.json
4 5
 
5 6
 /.idea

conf/dhcp.conf.default → conf/dhcpd.conf.default View File


conf/sql.json.conf → conf/pdns-slave.json.default View File

@@ -1,4 +1,9 @@
1 1
 {
2
+  "dhcpd-file":       "/etc/dhcp/dhcpd.conf",
3
+  "dhcpd-template":   "/etc/pdns-slave/dhcpd.conf",
4
+
5
+  "hosts-file":       "/etc/pdns-slave/hosts.json",
6
+
2 7
   "master-server":    "ns.example.com",
3 8
   "master-user":      "master-user",
4 9
   "master-password":  "master-password",

Loading…
Cancel
Save