This commit is contained in:
Kirigaya Kazuto 2021-07-26 13:49:31 +00:00
parent 34c80589c8
commit 7be87c722c
2 changed files with 1 additions and 1 deletions

0
quick_create_client.sh Normal file → Executable file
View File

View File

@ -13,7 +13,7 @@ if config:
print("No valid config found, creating a default one...")
ifname = input("Input new wireguard interface name (wg0):").strip() or "wg0"
ifname = input("Input new wireguard interface name (wg0): ").strip() or "wg0"
listen_port = input("Input new wireguard listen port (51820): ").strip() or "51820"
while True:
ifip = input("Input wireguard interface ip (Example: 10.0.0.1)\n> ").strip()