-
Hi, I need to intercept the DNS resolution process in http::Client (to prevent connections to localhost addresses), is there any way to do this currently? I tried attaching a custom connector via |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
you can specify your own connector. dns resolution is part of connector service. ntex/ntex-net/src/connect/service.rs Line 66 in 2a41619 |
Beta Was this translation helpful? Give feedback.
you can specify your own connector. dns resolution is part of connector service.
ntex/ntex-net/src/connect/service.rs
Line 66 in 2a41619