# 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"

