summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2025-05-20 10:30:45 +0200
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2025-05-20 10:30:45 +0200
commita27d84d227097c61c45341035812ce605895f4be (patch)
treebe172105d567165f3a50e749e2b7d5c2c3325304
parent9b92b3869b49100306e0971e668343e21951a5c9 (diff)
downloadvpn-a27d84d227097c61c45341035812ce605895f4be.tar.gz
vpn-a27d84d227097c61c45341035812ce605895f4be.zip
Add the variable CONFIG_DIR
-rwxr-xr-xvpn3
1 files changed, 3 insertions, 0 deletions
diff --git a/vpn b/vpn
index 5a9fb10..8e75c83 100755
--- a/vpn
+++ b/vpn
@@ -28,6 +28,9 @@
#!/usr/bin/bash
+# Configurations
+CONF_DIR=YOUR_CONFIG_DIR
+
set_routes()
{
local devtun=tun0