From e28235af4bfb167cf226a6e425f0b4a7dda9bb58 Mon Sep 17 00:00:00 2001 From: punix Date: Mon, 24 Feb 2025 18:51:14 +0100 Subject: [PATCH] Fix for allow ipv6 --- .idea/workspace.xml | 210 ++++++++++++------------- __pycache__/cls_mth_fc.cpython-312.pyc | Bin 0 -> 11820 bytes __pycache__/message.cpython-312.pyc | Bin 0 -> 2957 bytes __pycache__/start_wg.cpython-312.pyc | Bin 0 -> 630 bytes __pycache__/wg_main.cpython-312.pyc | Bin 0 -> 51062 bytes wg_main.py | 2 +- 6 files changed, 100 insertions(+), 112 deletions(-) create mode 100644 __pycache__/cls_mth_fc.cpython-312.pyc create mode 100644 __pycache__/message.cpython-312.pyc create mode 100644 __pycache__/start_wg.cpython-312.pyc create mode 100644 __pycache__/wg_main.cpython-312.pyc diff --git a/.idea/workspace.xml b/.idea/workspace.xml index bc16aa9..5c6d238 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,21 +4,9 @@