-
Notifications
You must be signed in to change notification settings - Fork 0
/
dnsmasq.conf.tmpl
31 lines (28 loc) · 999 Bytes
/
dnsmasq.conf.tmpl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
listen-address=192.168.222.1
bind-interfaces
strict-order
local=/test.myocp4.com/
domain=test.myocp4.com
expand-hosts
except-interface=lo
interface=baremetal
dhcp-range=192.168.222.20,192.168.222.100
dhcp-no-override
dhcp-authoritative
dhcp-lease-max=41
dhcp-host=52:54:00:f9:8e:41,192.168.222.101,bootstrap
dhcp-option=42,0.0.0.0
enable-tftp
tftp-root=/var/lib/tftpboot
dhcp-vendorclass=BIOS,PXEClient:Arch:00000
dhcp-boot=tag:BIOS,lpxelinux.0
dhcp-boot=tag:!BIOS,grubx64.efi
address=/api.test.myocp4.com/192.168.222.1
address=/api-int.test.myocp4.com/192.168.222.1
address=/etcd-0.test.myocp4.com/192.168.222.20
address=/etcd-1.test.myocp4.com/192.168.222.21
address=/etcd-2.test.myocp4.com/192.168.222.22
address=/.apps.test.myocp4.com/192.168.222.1
srv-host=_etcd-server-ssl._tcp.test.myocp4.com,etcd-0.test.myocp4.com.,2380,0,10
srv-host=_etcd-server-ssl._tcp.test.myocp4.com,etcd-1.test.myocp4.com.,2380,0,10
srv-host=_etcd-server-ssl._tcp.test.myocp4.com,etcd-2.test.myocp4.com.,2380,0,10