aboutsummaryrefslogtreecommitdiff
path: root/db_connection_config.yml
diff options
context:
space:
mode:
authorWojciech Kosior <kwojtus@protonmail.com>2020-06-12 12:05:33 +0200
committerWojciech Kosior <kwojtus@protonmail.com>2020-06-12 12:05:33 +0200
commit6006e6a460ea0692df7d74936d388b479bf26ad9 (patch)
treea772230d3e0c8107bd88fac5e77f0875de108541 /db_connection_config.yml
parent6b119f76190cb2f5d38f9fb52ec5b60e65d29cc4 (diff)
download0tdns-6006e6a460ea0692df7d74936d388b479bf26ad9.tar.gz
0tdns-6006e6a460ea0692df7d74936d388b479bf26ad9.zip
add option to only handle some of the vpns on a give back-end instance
Diffstat (limited to 'db_connection_config.yml')
-rw-r--r--db_connection_config.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/db_connection_config.yml b/db_connection_config.yml
index abe2500..5e23380 100644
--- a/db_connection_config.yml
+++ b/db_connection_config.yml
@@ -3,4 +3,5 @@ password: postgres
host: "127.0.0.1"
port: "5432"
database: "ztdns"
-enabled: no \ No newline at end of file
+enabled: no
+handled_vpns: [1, 2] \ No newline at end of file