mirror of
https://github.com/taigrr/godns
synced 2025-01-18 04:03:25 -08:00
add get sub-domain func
This commit is contained in:
parent
8c554c329b
commit
aca4a9ca27
@ -89,6 +89,10 @@ func get_domain(name string) int64 {
|
||||
return ret
|
||||
}
|
||||
|
||||
func get_subdomain(name string) int64 {
|
||||
|
||||
}
|
||||
|
||||
func post_data(url string, content url.Values) (string, error) {
|
||||
client := &http.Client{}
|
||||
values := generate_header(content)
|
||||
|
Loading…
x
Reference in New Issue
Block a user