-
Notifications
You must be signed in to change notification settings - Fork 15
/
phpipam.dist.conf
57 lines (40 loc) · 1.43 KB
/
phpipam.dist.conf
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Example configuration file for phpipam scripts. By default, phpipam scripts
# look for this file in /etc/dhcp/phpipam.conf
# Database configuration, required
[mysql]
user = phpipam
password = password
host = localhost
database = phpipam
# Default configuration group, optional
#[hosts]
# Write hostnames instead of IP addresses in generated host list
#dns = false
# Include Dynamic DNS options in generated host list
#ddns = false
# What output format to use?
# dhcpd generate host list for ISC DHCP Server
# dnsmasq generate host list for dnsmasq
# hosts generate /etc/hosts file
# ethers generate /etc/ethers file
#format = dhcpd
# What phpIPAM section to include in generated host list
#sections = 1 2 3 4
# What subnet to include in generated host list
#subnets = 1 2 3 4
# What host state to include by default in generated host list
#active = true
#reserved = false
#offline = false
#dhcp = false
# Output host list to this file
#output = /etc/dhcp/dhcpd-hosts.conf
# Create a trigger file if host list has changed (use the same trigger file in
# all configuration groups)
#trigger = /tmp/phpipam-hosts.trigger
# Configure a custom shell command used to restart dhcpd daemon
#restart-command = /etc/init.d/isc-dhcp-server restart
# Restart dhcpd daemon automatically if output file changes
#restart = False
# Restart dhcpd daemon if trigger is found and exit regardless
#restart-trigger = False