-
-
Notifications
You must be signed in to change notification settings - Fork 99
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The last one is port 8024 instead of an IPv6 address.
nps/web/views/client/list.html
Line 136 in 56276d1
| + '<b langtag="word-commandclient-tcp"></b>: ' + '<code onclick="oCopy(this)">' + "./npc{{.win}} -server=\"{{.ip}}:{{.tcp_p}}\" -vkey=\"" + row.VerifyKey + "\" -type=\"tcp\"</code> <br/><br/>" |
To Reproduce
/
Expected behavior
Should be ./npc.exe -server="[?:?:?:?:?:?:?:?]:8024" -vkey="?" -type="tcp" or ./npc.exe -server="?:?:?:?:?:?:?:?" -vkey="?" -type="tcp"
Screenshots or logs
above
Server (please complete the following information):
- OS: [/]
- ARCH: [/]
- Tunnel [/]
- Version [?-0.32.6]
Client (please complete the following information):
/
Additional context
The bug still exists, but its location is different.
#133 (comment)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working