summaryrefslogtreecommitdiff
path: root/community/iodine/iodined.conf.d
diff options
context:
space:
mode:
Diffstat (limited to 'community/iodine/iodined.conf.d')
-rw-r--r--community/iodine/iodined.conf.d17
1 files changed, 17 insertions, 0 deletions
diff --git a/community/iodine/iodined.conf.d b/community/iodine/iodined.conf.d
new file mode 100644
index 000000000..ae0870d78
--- /dev/null
+++ b/community/iodine/iodined.conf.d
@@ -0,0 +1,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=""