Browse Source

Removed old env

tags/v3.0.0
Robin Thoni 5 years ago
parent
commit
a5f823ff8b
1 changed files with 0 additions and 24 deletions
  1. 0
    24
      env

+ 0
- 24
env View File

@@ -1,27 +1,3 @@
1
-DHCP_DNS_MASTER=10.15.100.3
2
-DHCP_DNS_SERVERS=10.15.100.3
3
-DHCP_TFTP_SERVER=10.15.100.3
4
-DHCP_ROUTERS=10.15.100.2
5
-DHCP_UNIFI_CONTROLLER_IP=10.15.100.10
6
-
7
-DHCP_DOMAIN=example.com
8
-DHCP_SITE_DOMAIN=site1.example.com
9
-DHCP_DYN_IPS_DOMAIN=dhcp.site1.example.com
10
-DHCP_REV_DOMAIN=100.15.10.in-addr.arpa.
11
-
12
-DHCP_SUBNET=10.15.100.0
13
-DHCP_NETMASK=255.255.255.0
14
-DHCP_IP_FIRST=10.15.100.50
15
-DHCP_IP_LAST=10.15.100.250
16
-DHCP_BROADCAST=10.15.100.255
17
-
18
-DNS_FORWARDER_IP_1=8.8.8.8
19
-DNS_FORWARDER_IP_2=8.8.4.4
20
-DNS_TSIG_KEY_INTERNAL_SECRET=change_it
21
-DNS_TSIG_KEY_EXTERNAL_SECRET=change_it
22
-DNS_TSIG_KEY_RNDC_SECRET=change_it
23
-
24
-
25 1
 GCF.dhcp.tftp={"server": "10.15.100.3"}
26 2
 GCF.dhcp.routers={"ips": ["10.15.100.1", "10.15.100.2"]}
27 3
 GCF.dhcp.unifiController={"ip": "10.15.100.10"}

Loading…
Cancel
Save