archrelease: copy trunk to community-x86_64
[ArchLinux/community.git] / iodine / trunk / iodined.conf.d
blob801b12695dc513b91facd2e79040621edcbada64
1 # Address and subnet to use for the tunnel (default mask is /27)
2 TUN_IP="172.18.42.1/24"
4 # Password (32 characters max)
5 IODINE_PASSWORD="mypassword"
7 # The domain you control, see documentation.
8 TOP_DOMAIN="example.com"
10 # UDP port iodined should listen on.
11 IODINE_PORT="53"
13 # Local IP address iodined should bind to.
14 IODINE_BIND_ADDRESS="0.0.0.0"
16 # External IP of your iodined server, used in DNS answers.
17 IODINE_EXT_IP=""
19 # The user iodined should run as.
20 IODINE_USER="nobody"