[ Cmii ] [ Octopus ] - add all image tag back up; add socks5 proxy
This commit is contained in:
9
socks5_txthinking/util_test.go
Normal file
9
socks5_txthinking/util_test.go
Normal 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"))
|
||||
}
|
||||
Reference in New Issue
Block a user