Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/image-processing/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ubuntu Dante socks代理中的多个`to:`_Ubuntu_Proxy_Socks_Dante - Fatal编程技术网

Ubuntu Dante socks代理中的多个`to:`

Ubuntu Dante socks代理中的多个`to:`,ubuntu,proxy,socks,dante,Ubuntu,Proxy,Socks,Dante,我正在尝试使用多个主机的to:example.com foo.com。现在它无法重新启动,并且只允许一台主机。我搜索了所有的文档,没有找到任何东西 这在Dante当前的1.4.x版本中不受支持,因此您需要为每个唯一的“收件人:”或“发件人:”地址制定一条规则 袜子传递{from:0/0 to:example.com} 袜子传递{from:0/0 to:foo.com} Dante 1.5.0将支持一个规则中的多个收件人/发件人地址。当前1.4.x版本的Dante不支持这一点,因此每个唯一的“收

我正在尝试使用多个主机的
to:example.com foo.com
。现在它无法重新启动,并且只允许一台主机。我搜索了所有的文档,没有找到任何东西


这在Dante当前的1.4.x版本中不受支持,因此您需要为每个唯一的“收件人:”或“发件人:”地址制定一条规则

袜子传递{from:0/0 to:example.com} 袜子传递{from:0/0 to:foo.com}


Dante 1.5.0将支持一个规则中的多个收件人/发件人地址。

当前1.4.x版本的Dante不支持这一点,因此每个唯一的“收件人:”或“发件人:”地址都需要一个规则

袜子传递{from:0/0 to:example.com} 袜子传递{from:0/0 to:foo.com}

Dante 1.5.0将支持一条规则中的多个收件人/发件人地址

##
## SOCKS command rules
##
#rule processing stops at the first match, no match results in blocking

#block communication with www.example.org
# block {
#        from: 0.0.0.0/0 to: www.example.org
#        command: bind connect udpassociate
#        log: error # connect disconnect iooperation
# }