TinyProxy: tela em branco

2

Estou tentando veicular algumas páginas por meio do TinyProxy.

Quando altero minhas configurações de proxy do Firefox para:

localhost: 8888 (sim, estou usando um túnel), tudo que consigo é uma tela branca?

Quando eu comento a linha:

Listen x.x.x.x (the address of my server)

Eu recebo um erro 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.

Pelo menos eu tenho certeza que meu tunelamento está funcionando quando eu recebo este erro ...

No entanto, alguém pode me ajudar com a configuração do TinyProxy?

Muito obrigado antecipadamente,

    
por Eamorr 16.08.2010 / 14:20

1 resposta

6

Isso significa que o TinyProxy está funcionando. Olhe mais para baixo para encontrar a configuração ACL para tinyproxy. Você precisa dizer quais intervalos de IP devem ser aceitos. Na documentação :

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.
    
por 17.08.2010 / 04:33