2024-09-01
Linux运维
00

目录

clash服务
singbox服务

clash服务

https://rainchan.win/2022/05/15/Clash-tun%E6%A8%A1%E5%BC%8F%E9%85%8D%E7%BD%AE%E6%8C%87%E5%8D%97/

给Llinux配置:

修改sudo vim /etc/systemd/resolved.conf文件:

clike
DNS=127.0.0.1 FallbackDNS=114.114.114.114 DNSStubListener=no

重启此服务:

clike
sudo systemctl restart systemd-resolved.service

在配置文件中config.yaml加入这个内容:

clike
tun: enable: true stack: system dns-hijack: - 198.18.0.2:53 auto-route: true auto-detect-interface: true

也需要有dns服务:

clike
dns: enable: true enhanced-mode: redir-host listen: :53 default-nameserver: - 210.5.56.145 nameserver: - 114.114.114.114 fallback: - https://8888.google/dns-query - https://1.0.0.1/dns-query - https://dns.twnic.tw/dns-query - https://doh.opendns.com/dns-query - https://dns-nyc.aaflalo.me/dns-query - https://dns.aa.net.uk/dns-query - https://sg.adhole.org/dns-query - https://kaitain.restena.lu/dns-query - https://hydra.plan9-ns1.com/dns-query - https://jp.tiar.app/dns-query - https://doh.asia.dnswarden.com/adblock fallback-filter: geoip: true geoip-code: CN

对于不使用cfw的人来说还需要一个管理页面

添加下面的代码

clike
secret: "" external-controller: 127.0.0.1:9090 external-ui: ui mode: rule

然后下载 yacd 并创建ui文件夹,将文件放到文件夹内,打开 http://127.0.0.1:9090/ui/ 即可看到管理界面。

需要注意的是要下载release内已经打包好的管理面板文件,不是源代码。

启动:

clike
sudo nohup ./clash-linux-amd64 -d ./ &

singbox服务

带标签安装:

clike
go install -v -tags with_quic,with_grpc,with_dhcp,with_wireguard,with_shadowsocksr,with_ech,with_utls,with_reality_server,with_acme,with_clash_api,with_v2ray_api github.com/sagernet/sing-box/cmd/sing-box@latest

安装完成后在这个目录:

clike
/root/go/bin
如果对你有用的话,可以打赏哦
打赏
ali pay
wechat pay

本文作者:Dong

本文链接:

版权声明:本博客所有文章除特别声明外,均采用 CC BY-NC。本作品采用《知识共享署名-非商业性使用 4.0 国际许可协议》进行许可。您可以在非商业用途下自由转载和修改,但必须注明出处并提供原作者链接。 许可协议。转载请注明出处!