mirror of
https://github.com/towalink/wgfrontend.git
synced 2025-04-19 00:45:15 +00:00
Add some explanatory text
This commit is contained in:
parent
f1e48ec8db
commit
eb20ae30a4
@ -198,6 +198,8 @@ def setup_environment():
|
||||
wg_listenport = 51820
|
||||
ok = False
|
||||
while not ok:
|
||||
print(' You need to specify the endpoint hostname (and optionally port) to reach your WireGuard server.')
|
||||
print(' In a home environment, this is usually a DynDNS name denoting your Internet router.')
|
||||
endpoint = input('7b) Please specify the endpoint hostname (and optionally port) to reach your WireGuard server: ')
|
||||
if len(endpoint) > 0:
|
||||
ok = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user