Browse Source

ignore and removed dhcpd.leases; added allow-notify

tags/v2.0.0
Robin Thoni 6 years ago
parent
commit
8b1ab4882e

+ 2
- 0
.gitignore View File

5
 docker-compose.override.yml
5
 docker-compose.override.yml
6
 env_override
6
 env_override
7
 *.jnl
7
 *.jnl
8
+dhcpd.leases
9
+dhcpd.leases~

+ 6
- 0
bind/config/named.conf.local View File

14
   allow-update {
14
   allow-update {
15
     key "key-internal";
15
     key "key-internal";
16
   };
16
   };
17
+  allow-notify {
18
+    key "key-internal";
19
+  };
17
 
20
 
18
   include "/etc/bind/named.conf.default-zones";
21
   include "/etc/bind/named.conf.default-zones";
19
   include "/etc/bind/zones.rfc1918";
22
   include "/etc/bind/zones.rfc1918";
37
   allow-update {
40
   allow-update {
38
     key "key-external";
41
     key "key-external";
39
   };
42
   };
43
+  allow-notify {
44
+    key "key-external";
45
+  };
40
 
46
 
41
   include "/etc/bind/config/named.conf.local.common";
47
   include "/etc/bind/config/named.conf.local.common";
42
   include "/etc/bind/config/named.conf.local.external";
48
   include "/etc/bind/config/named.conf.local.external";

+ 0
- 24
data_example/isc-dhcp/data/dhcpd.leases View File

1
-# The format of this file is documented in the dhcpd.leases(5) manual page.
2
-# This lease file was written by isc-dhcp-4.3.1
3
-
4
-lease 10.15.100.54 {
5
-  starts 1 2018/03/12 12:31:07;
6
-  ends 1 2018/03/12 12:41:07;
7
-  tstp 1 2018/03/12 12:41:07;
8
-  cltt 1 2018/03/12 12:31:07;
9
-  binding state free;
10
-  hardware ethernet 74:2f:68:3b:d3:ba;
11
-  uid "\001t/h;\323\272";
12
-}
13
-lease 10.15.100.55 {
14
-  starts 1 2018/03/12 15:18:41;
15
-  ends 1 2018/03/12 15:28:41;
16
-  tstp 1 2018/03/12 15:28:41;
17
-  cltt 1 2018/03/12 15:18:41;
18
-  binding state free;
19
-  hardware ethernet 14:da:e9:0e:fc:4f;
20
-  uid "\001\024\332\351\016\374O";
21
-  set ddns-rev-name = "55.100.15.10.in-addr.arpa.";
22
-  set ddns-txt = "31b93fc9347fc03ee8b440163a6886baf2";
23
-  set ddns-fwd-name = "betaclean-lt1.dhcp.site1.example.com";
24
-}

+ 0
- 24
data_example/isc-dhcp/data/dhcpd.leases~ View File

1
-# The format of this file is documented in the dhcpd.leases(5) manual page.
2
-# This lease file was written by isc-dhcp-4.3.1
3
-
4
-lease 10.15.100.54 {
5
-  starts 1 2018/03/12 12:31:07;
6
-  ends 1 2018/03/12 12:41:07;
7
-  tstp 1 2018/03/12 12:41:07;
8
-  cltt 1 2018/03/12 12:31:07;
9
-  binding state free;
10
-  hardware ethernet 74:2f:68:3b:d3:ba;
11
-  uid "\001t/h;\323\272";
12
-}
13
-lease 10.15.100.55 {
14
-  starts 1 2018/03/12 15:18:41;
15
-  ends 1 2018/03/12 15:28:41;
16
-  tstp 1 2018/03/12 15:28:41;
17
-  cltt 1 2018/03/12 15:18:41;
18
-  binding state free;
19
-  hardware ethernet 14:da:e9:0e:fc:4f;
20
-  uid "\001\024\332\351\016\374O";
21
-  set ddns-fwd-name = "betaclean-lt1.dhcp.site1.example.com";
22
-  set ddns-txt = "31b93fc9347fc03ee8b440163a6886baf2";
23
-  set ddns-rev-name = "55.100.15.10.in-addr.arpa.";
24
-}

Loading…
Cancel
Save