mirror of
https://github.com/Kiritow/wg-ops.git
synced 2024-03-22 13:11:37 +08:00
Fix
This commit is contained in:
parent
34c80589c8
commit
7be87c722c
0
quick_create_client.sh
Normal file → Executable file
0
quick_create_client.sh
Normal file → Executable file
|
@ -13,7 +13,7 @@ if config:
|
||||||
|
|
||||||
print("No valid config found, creating a default one...")
|
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"
|
listen_port = input("Input new wireguard listen port (51820): ").strip() or "51820"
|
||||||
while True:
|
while True:
|
||||||
ifip = input("Input wireguard interface ip (Example: 10.0.0.1)\n> ").strip()
|
ifip = input("Input wireguard interface ip (Example: 10.0.0.1)\n> ").strip()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user