add resolve function compatible with SOCKS proxies

This commit is contained in:
idk
2020-09-13 01:32:22 -04:00
parent 4c81f5f7a0
commit a516752491
7 changed files with 107 additions and 14 deletions

View File

@ -2,6 +2,8 @@
package goSam
/*
import (
"fmt"
"math"
@ -186,3 +188,4 @@ func TestOptionPortInt(t *testing.T) {
fmt.Printf("\t address64- %s \t", client.Base64())
fmt.Printf("\t address- %s \t", client.Base32())
}
*/