rurirei

Results 19 comments of rurirei

> We can fake all the domains that need to be proxied into a fixed ip range it's considerable for only if definited domains proxy is needed, as this is...

> so that the access to these files can be redirected to another location so this is a temporary filedir for the direction like this right?: ```golang temp_dir := "/temp/to/redirect"...

[DNS] Fake DNS `Fake DNS` app setting enabled and enjoy.

[DNS] DNS over HTTPS (with Local DNS) ```jsonc // DoH server dns: { servers: [ { address: "https://dns.google/dns-query" } ] } // dns outbound { tag: "dns", "protocol": "dns", "settings":...

[DNS] UDP over TCP (with Local DNS) ```jsonc // dns server dns: { servers: [ { address: "8.8.8.8" } ] } // dns outbound { tag: "dns", "protocol": "dns", "settings":...

[DNS] what is Local DNS? it is described to if control DNS locally (simply using `routing` component, or other fully-controlled method (specified as `dnsgw` inside Shadowsocks or v2rayNG)) before v2ray-core...

[DNS] DNS Transport over TCP (aka. DNS Fallback) v2fly/v2ray-core#415 `Fallback DNS` app setting enabled and enjoy. **preview** is available at releases.

see https://github.com/rurirei/Clover

simply start a Foreground Service to start `Tun2socksService. ...` to done this. example: https://github.com/2dust/v2rayNG/blob/master/V2rayNG/app/src/main/kotlin/com/v2ray/ang/service/V2RayProxyOnlyService.kt or https://github.com/rurirei/Kitsunebi/blob/go/app/src/main/java/io/github/rurirei/v2rayng/service/V2RayProxyService.kt > @ccaapton Good Idea. Will do. One of the major changes is to keep...