當前訪客身份:游客 [ 登錄 | 加入程式開發 討論區 ]
當前訪客身份:未登入或非會員
重裝旅包 重裝旅包
手癢愛寫 給大家新資訊

通过dante搭建匿名socks5代理

發表於(2018-09-07 11:34:53)  閱讀(69) | 評論(0 0人收藏此文章,
摘要 通过dante搭建匿名socks5代理

apt-get install dante-server

mv /etc/danted.conf /etc/danted.conf.bak

touch /etc/danted.conf
nano /etc/danted.conf

 

匿名配置内容

logoutput: /var/log/danted.log
internal: 你的外網IP地址 port = 1080
external: 你的外網IP地址
method: username none
user.privileged: proxy
user.notprivileged: nobody
user.libwrap: nobody
client pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
log: connect disconnect
}
pass {
from: 0.0.0.0/0 to: 0.0.0.0/0 port gt 1023
command: bind
log: connect disconnect
}
pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
command: connect udpassociate
log: connect disconnect
}
block {
from: 0.0.0.0/0 to: 0.0.0.0/0
log: connect error
}

 

service danted start

聲明:本站文章版權屬於作者,受法律保護未經作者同意不得轉載。

評論0