Add fakeip support

This commit is contained in:
世界
2023-03-25 12:03:23 +08:00
parent aa94cfb876
commit 9bca5a517f
28 changed files with 689 additions and 62 deletions

View File

@@ -11,7 +11,8 @@
"strategy": "",
"disable_cache": false,
"disable_expire": false,
"reverse_mapping": false
"reverse_mapping": false,
"fakeip": {}
}
}
@@ -51,3 +52,7 @@
在响应 DNS 查询后存储 IP 地址的反向映射以为路由目的提供域名。
由于此过程依赖于应用程序在发出请求之前解析域名的行为,因此在 macOS 等 DNS 由系统代理和缓存的环境中可能会出现问题。
#### fakeip
[FakeIP](./fakeip) 设置。