Port forwarding to peers! :)

This commit is contained in:
Eduardo Silva
2024-02-26 18:55:04 -03:00
parent 4bcf853e9e
commit abeafa228c
13 changed files with 386 additions and 32 deletions

View File

@@ -68,9 +68,9 @@ def generate_instance_defaults():
@login_required
def view_welcome(request):
page_title = 'Welcome'
context = {'page_title': page_title}
return render(request, 'wireguard/welcome.html', context)
#page_title = 'Welcome'
#context = {'page_title': page_title}
return render(request, 'wireguard/welcome.html')
@login_required