[ Cmii ] [ Octopus ] - add all image tag back up; add socks5 proxy

This commit is contained in:
zeaslity
2024-03-01 09:31:37 +08:00
parent 9d5ca4b50f
commit 52c360eb49
29 changed files with 2886 additions and 83 deletions

View File

@@ -0,0 +1,9 @@
package socks5
import "testing"
func TestParseAddress(t *testing.T) {
t.Log(ParseAddress("127.0.0.1:80"))
t.Log(ParseAddress("[::1]:80"))
t.Log(ParseAddress("a.com:80"))
}