maybe support websockets

This commit is contained in:
bel
2026-09-07 22:58:54 -06:00
parent 35b2a887f3
commit a4e61a8950
4 changed files with 256 additions and 2 deletions
+5 -2
View File
@@ -2,6 +2,9 @@ module rproxy4
go 1.24.2
require gopkg.in/yaml.v2 v2.4.0
require (
github.com/gorilla/websocket v1.5.3
gopkg.in/yaml.v2 v2.4.0
)
require github.com/viki-org/dnscache v0.0.0-20130720023526-c70c1f23c5d8 // indirect
require github.com/viki-org/dnscache v0.0.0-20130720023526-c70c1f23c5d8