@
yueyoum 你好,我的配置文件如下:
server.config:
[
{
sasl,
[
{sasl_error_logger, {file, "server.log"}}
]
},
{
make_proxy_server,
[
{port, 8080},
{key, "1111111111111111"}
]
}
].
server端已经运行起来了:beam.smp 29738 root 8u IPv4 271963369 0t0 TCP *:http-alt (LISTEN)
client.config:
[
{
make_proxy_client,
[
{remote_addr, "209.148.*.*"},
{remote_port, 8080},
{local_port, 7070},
{key, "1111111111111111"}
]
}
].
client端也运行起来了:beam.smp 30152 root 8u IPv4 15795455 0t0 TCP *:7070 (LISTEN)
但是设置好daili后访问网站打不开网页,提示
firefox can't establish connection to the server at
yahoo.com..........