From a27d84d227097c61c45341035812ce605895f4be Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Tue, 20 May 2025 10:30:45 +0200 Subject: Add the variable CONFIG_DIR --- vpn | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3