wmatson
Results
1
issues of
wmatson
```Clojure (require '[clj-http.client :as http]) (require '[clj-http.conn-mgr :as conn-mgr]) (http/request {:url "http://hidden-to-local/example" :method :get :connection-manager (conn-mgr/make-socks-proxied-conn-manager "127.0.0.1" 12345)) ;; => UnknownHostException ``` Effectively, the host ip for `hidden-to-local` ends up...