Я пытаюсь обслуживать некоторые страницы через TinyProxy.
Когда я меняю настройки прокси-сервера Firefox на:
localhost: 8888 (да, я использую туннель), все, что я получаю, это белый экран?
Когда я закомментировал строку:
Listen x.x.x.x (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.
По крайней мере, я уверен, что мое туннелирование работает, когда я получаю эту ошибку ...
Однако может кто-нибудь помочь мне с настройкой TinyProxy?
Спасибо заранее,
Это означает, что TinyProxy работает. Посмотрите ниже, чтобы найти конфигурацию ACL для tinyproxy. Вам необходимо указать, какие диапазоны 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, i.e, 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.