首页 > 解决方案 > 是否可以同时将 tinyproxy 设置为正向代理和反向代理?

问题描述

我想同时将 tinyproxy 设置为正向代理和反向代理。可能吗?如果是,配置是什么样的?是否有任何限制或担忧?

标签: tinyproxy

解决方案


在 tinyproxy 文档中找到以下说明:

# When using tinyproxy as a reverse proxy, it is STRONGLY recommended
# that the normal proxy is turned off by uncommenting the next directive.
#
#ReverseOnly Yes

所以我想不建议将它同时用作正向代理和反向代理。


推荐阅读