-
DNS 配置,!cn 域名使用 fakedns 解析,cn 则使用 localhost 解析
"dns": {
"servers": [
{
"address": "fakedns",
"domains": ["geosite:geolocation-!cn"]
},
{
"address": "localhost",
"domains": ["geosite:cn", "geo…
-
Guys,
I have two Solis inverters (4g) with two of the Solis supplied WIFI sticks (which are IGEN/Solarman) - i have them setup for DHCP.
When i change them from DHCP to hard coded IP and set the…
-
I set Remote DNS to 1.1.1.1 and Direct DNS to local and my default outbound is set to 'bypass', I go to ipleak.net and see my real IP (because site is not in 'proxy' routing rule), but it shows DNS ad…
-
### Describe the bug
As part of https://github.com/quarkusio/quarkus/issues/29888 (cc: @michalvavrik) a check was added for the address of the proxy which the proxy uses to connect to Quarkus.
Whe…
-
Allow special DNS requests to indicate that FakeDNS should handle them with a rule system embedded within the request itself -- automatically mangling the request based on the request itself.
-
### Integrity requirements
- [X] I confirm that I have read the documentation, understand the meaning of all the configuration items I wrote, and did not pile up seemingly useful options or default…
-
```jsonc
{
"log": {
"level": "debug" // debug, info, notice, warning, error
},
"dns": {
"fakeDns": {
"enabled": false, // false, true
"range": "198.18.0.1/16"
…
-
Hey folks,
It would great if the library offers fake client which can be used for unit testing or at least make all fields of the arguments used in the `IBConnector` interface easy accessible. Curren…
-
I have a following server configuration:
Which works in V2BOX on iOS (following JSON is taken from the app):
```json
{
"tag": "proxy",
"protocol": "vmess",
"streamSettings": …
-
在提出问题前请先自行排除服务器端问题,同时也请通过搜索确认是否有人提出过相同问题。
### 预期行为
Google FCM 推送长连接可以通过系统 VPN 服务由 v2rayNG 发起连接,其发起的连接可以通过路由规则指定为直连或者由代理连接。
### 实际行为
特定情形下 FCM 推送连接不会经由 v2rayNG 发起,但是 VPN 模式下 v2rayNG 接管了系统 DNS…