Skip to content

Commit e933566

Browse files
committed
Added dnsmasq dhcp configs
1 parent f68b780 commit e933566

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

run-mana/conf/dnsmasq-dhcpd-two.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
dhcp-range=10.1.0.100,10.1.0.254,1h
2+
dhcp-option=6,8.8.8.8 #DNS
3+
dhcp-option=3,10.1.0.1 #Gateway
4+
dhcp-option=252,"http://wpad.example.com/wpad.dat\n" #WPAD
5+
dhcp-authoritative
6+
log-queries

run-mana/conf/dnsmasq-dhcpd.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
dhcp-range=10.0.0.100,10.0.0.254,1h
2+
dhcp-option=6,8.8.8.8 #DNS
3+
dhcp-option=3,10.0.0.1 #Gateway
4+
dhcp-option=252,"http://wpad.example.com/wpad.dat\n" #WPAD
5+
dhcp-authoritative
6+
log-queries

0 commit comments

Comments
 (0)