路漫漫其修远兮,吾将上下而求索

导航

2025年9月12日 #

centos配置ssr客户端

摘要: 安装ssr 新建ssr配置文件 /etc/ssr.json { "server": "服务器ip", "server_port": 端口, "local_port": 1080, "password": "***", "timeout": 300, "method": "aes-128-ctr" } 阅读全文

posted @ 2025-09-12 17:44 爱在西元间 阅读(35) 评论(0) 推荐(0)

命令行获取公网ip

摘要: curl http://httpbin.org/ip curl httpbin.org/ip curl ifconfig.me 最稳定推荐(2025实测) curl icanhazip.com curl ipinfo.io/ip 备选方案(全球节点多) curl ifconfig.me curl i 阅读全文

posted @ 2025-09-12 15:29 爱在西元间 阅读(22) 评论(0) 推荐(0)