-
I have a very simple config here: {
"inbounds": [{
"port": 8080,
"listen": "0.0.0.0",
"protocol": "http"
},{
"port": 1080,
"listen": "0.0.0.0",
"protocol": "socks",
"settings": {
"udp": true
}}],
"outbounds": [{
"protocol": "freedom",
"tag": "direct"
}],
"dns": {
"servers": [
"1.1.1.1"
]}
} that does not work as I expected. My expectation was that I could do
to no avail. Could someone please point out how I could achieve that? |
Beta Was this translation helpful? Give feedback.
Answered by
dyhkwong
Apr 22, 2024
Replies: 1 comment 1 reply
-
Set P.S. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
r3a1d3a1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Set
domainStrategy
UseIP/UseIPv4/UseIPv6 for freedom.P.S.
domainStrategy
in routing can't beUseIP
.