TinyProxy:黑屏

我试图通过TinyProxy服务一些页面。

当我将我的Firefox代理设置更改为:

本地主机:8888(是的,我正在使用隧道),我得到的只是一个白色的屏幕?

当我注释掉这行时:

Listen xxxx (the address of my server) 

我得到一个403错误:

 Access denied The administrator of this proxy has not configured it to service requests from your host. Generated by tinyproxy version 1.8.1. 

至less我确定我的隧道工作,当我得到这个错误…

但是,有人可以帮我configurationTinyProxy吗?

提前谢谢了,

这意味着TinyProxy正在工作。 进一步往下查找tinyproxy的ACLconfiguration。 你需要告诉它什么IP范围接受。 从文档 :

 Allow Deny The Allow and Deny options provide a means to customize which clients are allowed to access Tinyproxy. Allow and Deny lines can be specified multiple times to build the access control list for Tinyproxy. The order in the config file is important. If there are no Access or Deny lines, then all clients are allowed. Otherwise, the default action is to deny access. The argument to Access or Deny can be a single IP address of a client host, like 127.0.0.1, an IP address range, like 192.168.0.1/24 or a string that will be matched against the end of the client host name, ie, this can be a full host name like host.example.com or a domain name like .example.com or even a top level domain name like .com.