Replies: 2 comments
-
app config designing{
"log": {
"level": "debug" // debug, info, notice, warning, error
},
"dns": {
"fakeDNS": {
"enabled": false, // false, true
"ipv4Range": "224.0.0.0/5",
"ipv6Range": "feca::08"
},
"fallbackDNS": {
"enabled": false // false, true
},
"localDNS": {
"enabled": false, // false, true
"ip": "8.8.8.8"
}
},
"inbound": {
"custom": false // false, true
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
TODO: rurirei/Kitsunebi#4 Advanced Features of v2ray: rurirei/Kitsunebi#6 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
sole features
DNS Transport over TCP: all dns data could be forwarding to the tcp dns remote.
Hosts for freedom outbound: Hosts of v2ray dns configuration applied to freedom outbound as well.
LocalDNS for freedom outbound: dns server for freedom outbound (dns queries of remote_server_domain included, which requested by android system and send to freedom outbound) could be specified, including DoH, DoT, or simply udp or tcp.
DNS Cache for freedom outbound (LocalDNS based): default to 6 minutes.
TCPFastOpen (TFO): supported but not enabled.
Beta Was this translation helpful? Give feedback.
All reactions