Implement websocket (ws:// and wss://) links (#1152)

ws:// can be listened and dialed
wss:// is a convenience link for ws:// that supports dialing to ws://
peer.

---------

Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
This commit is contained in:
Vasyl Gello 2024-07-23 21:58:11 +00:00 committed by GitHub
parent da7ebde828
commit 5ea16e63a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 181 additions and 0 deletions

1
go.mod
View file

@ -19,6 +19,7 @@ require (
golang.org/x/text v0.16.0
golang.zx2c4.com/wireguard v0.0.0-20231211153847-12269c276173
golang.zx2c4.com/wireguard/windows v0.5.3
nhooyr.io/websocket v1.8.11
)
require (