Skip to content

Commit

Permalink
v0.6.8: bump relay
Browse files Browse the repository at this point in the history
  • Loading branch information
navigaid committed May 17, 2024
1 parent bf02c9c commit bdfa75d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.7
0.6.8
2 changes: 1 addition & 1 deletion apps/naive/naive.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func Run([]string) error {
log.Println("🛸 listening on", fmt.Sprintf("%s://%s", ln2.Addr().Network(), ln2.Addr().String()))

os.Setenv("CONNECT_VERBOSE", "1")
h := relay.NewConnectHandler()
h := relay.NewProxyHandler()

go http.Serve(ln1, h)
return http.Serve(ln2, h)
Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ require (
github.com/vmware-labs/wasm-workers-server v1.7.0
// github.com/webteleport/caddy-webteleport v0.0.1
github.com/webteleport/auth v0.0.8
github.com/webteleport/relay v0.4.29
github.com/webteleport/relay v0.4.30
github.com/webteleport/utils v0.2.15
github.com/webteleport/webteleport v0.5.30
github.com/webteleport/wtf v0.1.22
Expand Down Expand Up @@ -65,6 +65,7 @@ require (
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
github.com/briandowns/spinner v1.23.0 // indirect
github.com/btwiuse/connect v0.0.5 // indirect
github.com/btwiuse/forward v0.0.0 // indirect
github.com/btwiuse/muxr v0.0.1 // indirect
github.com/btwiuse/wsconn v0.0.2 // indirect
github.com/bufbuild/protocompile v0.8.0 // indirect
Expand Down

0 comments on commit bdfa75d

Please sign in to comment.