生活随笔
收集整理的這篇文章主要介紹了
Ubuntu搭建socks5服务
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
更新源:sudo apt update安裝:sudo apt install dante-server備份原配置文件:sudo mv /etc/danted.conf /etc/danted.conf.bak打開配置文件(空):sudo nano /etc/danted.conf粘貼以下內(nèi)容:
logoutput: stderrinternal: <本機(jī)ip> port = <端口,通常為1080>external: <本機(jī)ip>#method參數(shù):驗(yàn)證賬戶:username 不驗(yàn)證賬戶:nonemethod: none user.privileged: rootuser.notprivileged: nobodyuser.libwrap: nobodycompatibility: sameportcompatibility: reuseaddrextension: bindclient pass {from: 0.0.0.0/0 to: 0.0.0.0/0log: connect disconnect error}pass {from: 0.0.0.0/0 to: 0.0.0.0/0command: bindlog: connect disconnect error}pass {from: 0.0.0.0/0 to: 0.0.0.0/0command: bindreply udpreplylog: connect error}pass {from: 0.0.0.0/0 to: 0.0.0.0/0 port 1-65535protocol: tcp udp}pass {from: 0.0.0.0/0 to: 0.0.0.0/0 port 1-65535command: udpassociate}
6.?啟動(dòng)服務(wù): /etc/init.d/danted start
7. 查看服務(wù)狀態(tài):netstat -anp | grep 1080
?
總結(jié)
以上是生活随笔為你收集整理的Ubuntu搭建socks5服务的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
如果覺得生活随笔網(wǎng)站內(nèi)容還不錯(cuò),歡迎將生活随笔推薦給好友。