From a914318337d356e4b5bde456a7527ce72113b6f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Malmstr=C3=B6m?= Date: Tue, 19 Nov 2024 13:08:55 +0100 Subject: [PATCH] Update wireguard.py --- modules/wireguard.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/wireguard.py b/modules/wireguard.py index f52e5977..17dbe9b1 100644 --- a/modules/wireguard.py +++ b/modules/wireguard.py @@ -13,11 +13,11 @@ def generate(host, *args): current_event = lib.get_current_event() - + tunnelIP = '77.80.229.133/25' info = {} info['current_event'] = current_event - #info['tunnelIP'] = tunnelIP + info['tunnelIP'] = tunnelIP return {'wireguard': info} # vim: ts=4: sts=4: sw=4: expandtab