WIP: stun proxy

This commit is contained in:
Simon Ding
2025-05-07 18:16:10 +08:00
parent 5375f66018
commit 9719c6a7c9
10 changed files with 557 additions and 57 deletions

14
pkg/nat/stun_test.go Normal file
View File

@@ -0,0 +1,14 @@
package nat
import "testing"
func TestStun1(t *testing.T) {
// s,err := getNatIpAndPort()
// if err != nil {
// t.Logf("get nat ip and port error: %v", err)
// t.Fail()
// }
//NatTraversal()
t.Logf("nat ip: ")
}