summarylogtreecommitdiffstats
path: root/iodined.conf.d
diff options
context:
space:
mode:
Diffstat (limited to 'iodined.conf.d')
-rw-r--r--iodined.conf.d21
1 files changed, 21 insertions, 0 deletions
diff --git a/iodined.conf.d b/iodined.conf.d
new file mode 100644
index 000000000000..801b12695dc5
--- /dev/null
+++ b/iodined.conf.d
@@ -0,0 +1,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"
+