Skip to content

Commit

Permalink
Update wireguard.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderMalmstrom committed Nov 19, 2024
1 parent 3b69857 commit a914318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/wireguard.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a914318

Please sign in to comment.