Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F10671146
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
498 B
Subscribers
None
View Options
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
Details
Attached
Mime Type
text/x-diff
Expires
Sat, May 17, 8:15 AM (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3241197
Attached To
rWCLI writeas-cli
Event Timeline
Log In to Comment