report netinfo, improve relay model

This commit is contained in:
hhd
2021-12-01 16:08:44 +08:00
parent c83a57f014
commit a9250737f1
5 changed files with 87 additions and 17 deletions

View File

@@ -39,3 +39,7 @@ func TestAESCBC(t *testing.T) {
}
}
func TestNetInfo(t *testing.T) {
log.Println(netInfo())
}