diff options
author | 2025-05-20 10:30:45 +0200 | |
---|---|---|
committer | 2025-05-20 10:30:45 +0200 | |
commit | a27d84d227097c61c45341035812ce605895f4be (patch) | |
tree | be172105d567165f3a50e749e2b7d5c2c3325304 | |
parent | 9b92b3869b49100306e0971e668343e21951a5c9 (diff) | |
download | vpn-a27d84d227097c61c45341035812ce605895f4be.tar.gz vpn-a27d84d227097c61c45341035812ce605895f4be.zip |
Add the variable CONFIG_DIR
-rwxr-xr-x | vpn | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -28,6 +28,9 @@ #!/usr/bin/bash +# Configurations +CONF_DIR=YOUR_CONFIG_DIR + set_routes() { local devtun=tun0 |