From 35406026f0b54c32d4787eda82a8a3518e7652e3 Mon Sep 17 00:00:00 2001 From: punix Date: Sun, 8 Sep 2024 20:31:46 +0200 Subject: [PATCH] little fixes replace os.system with check_call first steps in install Script add wg_start.service file --- .idea/workspace.xml | 19 ++++++++--- install.py | 17 ++++++++++ main.py | 35 +++++++++++++------- start_wg.py | 4 +-- wg_func.py | 80 +++++++++++++++++++++++---------------------- wg_start.service | 10 ++++++ 6 files changed, 109 insertions(+), 56 deletions(-) create mode 100755 install.py create mode 100644 wg_start.service diff --git a/.idea/workspace.xml b/.idea/workspace.xml index fab43ca..65f8540 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,12 +5,14 @@ - - + + + + - +