summaryrefslogtreecommitdiff
path: root/community/iodine/iodined.conf.d
blob: ae0870d781177c45dc53bc67f3151be8278eb31c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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=""