summarylogtreecommitdiffstats
path: root/iodined.conf.d
blob: 801b12695dc513b91facd2e79040621edcbada64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Address and subnet to use for the tunnel (default mask is /27)
TUN_IP="172.18.42.1/24" 

# Password (32 characters max)
IODINE_PASSWORD="mypassword"

# The domain you control, see documentation.
TOP_DOMAIN="example.com"

# UDP port iodined should listen on.
IODINE_PORT="53"

# Local IP address iodined should bind to.
IODINE_BIND_ADDRESS="0.0.0.0"

# External IP of your iodined server, used in DNS answers.
IODINE_EXT_IP=""

# The user iodined should run as.
IODINE_USER="nobody"