立即注册  找回密码
 立即注册
CeraNetworksBGVM服务器主机交流会员请立即修改密码Sharktech防护
查看: 39|回复: 2

singbox服务端分流

[复制链接]

singbox服务端分流

[复制链接]

19

主题

200

回帖

699

积分

高级会员

积分
699
Aberson

19

主题

200

回帖

699

积分

高级会员

积分
699
2024-7-29 15:47:18 | 显示全部楼层 |阅读模式
一直想搞分流,在ytb上搜了搜,简单易懂的都是基于xray,可我并不使用x,因为嫌弃它太占用内存。
于是开始找singbox教程,最终功夫不负有心人,成功搞定在singbox的服务端实现分流。

我使用的是233boy大佬的一键脚本,配置文件位置:/etc/sing-box/conf,我是基于入口来搞定的分流,singbox的配置config.json应该也可以,但我没尝试。

完整代码如下:
[ol]
  • {
  •   "inbounds": [
  •     {
  •       "tag": "标签",
  •       "type": "shadowsocks",
  •       "listen": "::",
  •       "listen_port": 端口,
  •       "method": "加密方式",
  •       "password": "密码"
  •     }
  •   ],
  •   "outbounds": [
  •     {
  •       "type": "direct",
  •       "tag": "direct-out"
  •     },
  •     {
  •       "type": "shadowsocks",
  •       "tag": "proxy-chatgpt",
  •       "server": "IP地址",
  •       "server_port": 端口,
  •       "method": "加密方式",
  •       "password": "密码",
  •       "udp_over_tcp": false
  •     },
  •     {
  •       "type": "block",
  •       "tag": "block-out"
  •     }
  •   ],
  •   "route": {
  •     "rules": [
  •       {
  •         "domain_keyword": [
  •           "chatgpt",
  •           "openai"
  •         ],
  •         "outbound": "proxy-chatgpt"
  •       },
  •       {
  •         "geoip": [
  •           "private"
  •         ],
  •         "outbound": "direct-out"
  •       },
  •       {
  •         "geoip": [
  •           "cn"
  •         ],
  •         "outbound": "direct-out"
  •       },
  •       {
  •         "domain_suffix": [
  •           "cn"
  •         ],
  •         "outbound": "direct-out"
  •       }
  •     ],
  •     "final": "direct-out"
  •   }
  • }[/ol]复制代码

    替换原来的json文件,而后重启singbox即可。
    访问网址中包含chatgpt相关则走代理。
    平日用自己的节点,当需要解锁chtgpt的时候走机场节点。
    我也没什么需求,一般常用就是chatgpt,有其他奈飞或者ytb可以自己添加关键词。

    最后不得不说一句,singbox真好用, 占用挺低,不满意的就是随着tcp、udp的连接内存会居高不下,我的解决办法是crontab 一小时重启一次singbox即可。
  • 回复

    使用道具 举报

    9

    主题

    14

    回帖

    193

    积分

    注册会员

    积分
    193
    willblue

    9

    主题

    14

    回帖

    193

    积分

    注册会员

    积分
    193
    2024-7-29 15:49:43 | 显示全部楼层
    bg
    回复

    使用道具 举报

    25

    主题

    8597

    回帖

    1万

    积分

    论坛元老

    积分
    18719
    HOH

    25

    主题

    8597

    回帖

    1万

    积分

    论坛元老

    积分
    18719
    2024-7-29 15:53:27 | 显示全部楼层
    都是十几二十M的GO程序还嫌什么内存大,笑死人
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    Archiver|小黑屋|HS2V主机综合交流论坛

    GMT+8, 2024-11-22 08:16 , Processed in 0.047978 second(s), 3 queries , Gzip On, Redis On.

    Powered by Discuz! X3.5

    © 2001-2024 Discuz! Team.

    快速回复 返回顶部 返回列表