This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
snic
mirror of
https://github.com/Fincer/snic
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Add OpenDNS server confs for DHCP server
master
Fincer
6 years ago
parent
23af668435
commit
25a7c0a2ec
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
snic/dhcpd4-eth0.conf
+1
-1
snic/dhcpd4-wlan0.conf
+ 1
- 1
snic/dhcpd4-eth0.conf
View File
@ -17,5 +17,5 @@ subnet 192.168.3.0 netmask 255.255.255.0 {
range 192.168.3.4 192.168.3.254;
option subnet-mask 255.255.255.0;
option routers 192.168.3.1;
option domain-name-servers 208.67.222.222, 208.67.220.220, 208.67.222.220, 208.67.220.222;
}
+ 1
- 1
snic/dhcpd4-wlan0.conf
View File
@ -17,5 +17,5 @@ subnet 192.168.2.0 netmask 255.255.255.0 {
range 192.168.2.4 192.168.2.254;
option subnet-mask 255.255.255.0;
option routers 192.168.2.1;
option domain-name-servers 208.67.222.222, 208.67.220.220, 208.67.222.220, 208.67.220.222;
}
Write
Preview
Loading…
Cancel
Save