Page MenuHomeMusing Studio

No OneTemporary

diff --git a/cmd/writeas/tor.go b/cmd/writeas/tor.go
index 6914315..00f1821 100644
--- a/cmd/writeas/tor.go
+++ b/cmd/writeas/tor.go
@@ -1,17 +1,17 @@
package main
import (
+ "code.as/core/socks"
"fmt"
- "h12.me/socks"
"net/http"
)
var (
torPort = 9150
)
func torClient() *http.Client {
dialSocksProxy := socks.DialSocksProxy(socks.SOCKS5, fmt.Sprintf("127.0.0.1:%d", torPort))
transport := &http.Transport{Dial: dialSocksProxy}
return &http.Client{Transport: transport}
}

File Metadata

Mime Type
text/x-diff
Expires
Sat, Nov 23, 4:44 PM (23 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3104656

Event Timeline