mirror of
https://github.com/statbate/shiny-potato.git
synced 2026-08-11 03:12:42 +00:00
remove
This commit is contained in:
parent
9df4cb21b3
commit
a455784f47
1 changed files with 0 additions and 4 deletions
|
|
@ -175,10 +175,6 @@ func xWorker(workerData Info) {
|
||||||
|
|
||||||
Dialer := *websocket.DefaultDialer
|
Dialer := *websocket.DefaultDialer
|
||||||
|
|
||||||
proxyMap := make(map[string]string)
|
|
||||||
proxyMap["us"] = "5.161.128.20:3128"
|
|
||||||
proxyMap["fi"] = "65.21.180.188:3128"
|
|
||||||
|
|
||||||
if _, ok := conf.Proxy[workerData.Proxy]; ok {
|
if _, ok := conf.Proxy[workerData.Proxy]; ok {
|
||||||
Dialer = websocket.Dialer{
|
Dialer = websocket.Dialer{
|
||||||
Proxy: http.ProxyURL(&url.URL{
|
Proxy: http.ProxyURL(&url.URL{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue