aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWojciech Kosior <kwojtus@protonmail.com>2020-06-18 10:24:58 +0200
committerWojciech Kosior <kwojtus@protonmail.com>2020-06-18 10:24:58 +0200
commitdf8b80af891b3680762d45d77837a8b9c62e8a72 (patch)
treecd78ad650a5f83db08538e1dbb59bbd71f91537a
parent8e7746ac1972cf1d6bb73c510450a6d9bcc60ef8 (diff)
download0tdns-df8b80af891b3680762d45d77837a8b9c62e8a72.tar.gz
0tdns-df8b80af891b3680762d45d77837a8b9c62e8a72.zip
provide default config, that doesn't give less private /30 subnets the number of specified parallel vpns
-rw-r--r--db_connection_config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_connection_config.yml b/db_connection_config.yml
index 08e952f..5c82751 100644
--- a/db_connection_config.yml
+++ b/db_connection_config.yml
@@ -6,4 +6,4 @@ database: "ztdns"
enabled: no
handled_vpns: [1, 2]
parallel_vpns: 20
-private_addresses: ["10.25.25.0 - 10.25.25.59", "10.25.25.120 - 10.25.25.139"] \ No newline at end of file
+private_addresses: ["10.25.25.0 - 10.25.25.59", "10.25.26.0 - 10.25.26.255"] \ No newline at end of file