Replies: 2 comments 5 replies
-
https://xtls.github.io/en/config/transport.html#streamsettingsobject should be theoretically doable like this
untested |
Beta Was this translation helpful? Give feedback.
1 reply
-
Forcing IPv4 through socks requires resolving a domain to IPv4 address and then handling it to socks. Have you tried configuring built-in DNS server?
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I have multiple outbounds on my server. One of them is a SOCKS outbound (connecting to another service running on localhost)
I have no control on how that SOCKS outbound resolves domain names. (If the request is sent as domain name, it uses IPv6 by default, unless the request is sent as IPv4)
I want to force that SOCKS outbound to use IPv4 domainStrategy.
I wasn't successful assigning a domainStrategy to that SOCKS outbound.
I managed to achieve it by chaining a freedom outbound to SOCKS.
Question: Is there a better way to force domainStrategy on a SOCKS outbound?
Beta Was this translation helpful? Give feedback.
All reactions