added NAT traversal

This commit is contained in:
2023-02-19 23:11:35 +00:00
parent 2bc03b8048
commit b7cfdba90d
7 changed files with 1086 additions and 231 deletions

4
go.mod
View File

@@ -3,6 +3,8 @@ module github.com/Akilan1999/remotegameplay
go 1.16
require (
github.com/gorilla/websocket v1.4.2
github.com/fatedier/frp v0.47.0
github.com/gorilla/websocket v1.5.0
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
github.com/spf13/viper v1.8.1
)