We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在配置文件设置alwaysProxy = true实现了全局代理, 但是本地DMA服务便无法正常访问。把alwaysProxy关闭后可以正常访问DMA服务。 尝试在~/.cow/direct添加,但未能生效:
alwaysProxy = true
alwaysProxy
~/.cow/direct
127.0.0.1 127.0.0.0/8 172.16.0.0/12 192.168.0.0/16
我又尝试了将alwaysProxy关闭,通过blocked 和direct来制定IP段科学上网,但是尝试了下想让某个App科学上网,并不能完整的全局代理(该App使用不同域名,可能遗漏哪个域名,导致App不可用)。
我的设备(Apple TV4)只能通过Http代理进行科学上网,没办法在设备上对本地IP进行区分。请问,我应该如何设置才能实现“除本地网络外的全局代理”?
The text was updated successfully, but these errors were encountered:
其实作者以前有个cow的衍生品就是做这个的
Sorry, something went wrong.
No branches or pull requests
在配置文件设置
alwaysProxy = true
实现了全局代理,但是本地DMA服务便无法正常访问。把
alwaysProxy
关闭后可以正常访问DMA服务。尝试在
~/.cow/direct
添加,但未能生效:我又尝试了将
alwaysProxy
关闭,通过blocked 和direct来制定IP段科学上网,但是尝试了下想让某个App科学上网,并不能完整的全局代理(该App使用不同域名,可能遗漏哪个域名,导致App不可用)。我的设备(Apple TV4)只能通过Http代理进行科学上网,没办法在设备上对本地IP进行区分。请问,我应该如何设置才能实现“除本地网络外的全局代理”?
The text was updated successfully, but these errors were encountered: