【Json学习】singbox配置解析

XML 复制代码
{
  "inbounds": [
    {
      "type": "mixed",
      "tag": "mixed-in",
      "listen": "::",
      "listen_port": 1080,
      "sniff": true,
      "set_system_proxy": true
    }
  ],
  "outbounds": [
    {
      "type": "shadowsocks",
      "tag": "ss-6120",
      "method": "2022-blake3-chacha20-poly1305", 
      "password": "?",
      "detour": "stl-6243",
      "multiplex": {
        "enabled": true,
        "protocol": "h2mux",
        "max_connections": 1,
        "min_streams": 4,
        "padding": false
      }
    },
    {
      "type": "shadowtls",
      "tag": "stl-6243",
      "server": "??????", 
      "server_port": 44550,
      "version": 3, 
      "password": "?", 
      "tls": {
        "enabled": true,
        "server_name": "nijigen-works.jp", 
        "utls": {
          "enabled": true,
          "fingerprint": "chrome" 
        }
      }
    }
  ]
}

您好,这是 Copilot。我可以帮您解释 sing-box 配置的含义。😊

sing-box 是一个基于 SagerNet 的代理工具,支持多种协议和功能1。您的配置文件包含以下部分:

以上就是您的 sing-box 配置的解释,希望对您有所帮助。如果您还有其他问题,欢迎继续提问。😊

相关推荐
╰⋛⋋⊱⋋翅膀⋌⊰⋌⋚╯8 小时前
cJSON使用
json
徐子元竟然被占了!!9 小时前
Linux-systemctl
linux·数据库·oracle
YJlio11 小时前
Active Directory 工具学习笔记(10.8):AdInsight——保存与导出(证据留存、共享与二次分析)
数据库·笔记·学习
suoyue_zhan11 小时前
GBase的管理监控平台GEM实践指南
数据库
哈哈老师啊11 小时前
Springboot学生综合测评系统hxtne(程序+源码+数据库+调试部署+开发环境)带论文文档1万字以上,文末可获取,系统界面在最后面。
java·数据库·spring boot
小小8程序员12 小时前
Redis-10
数据库·redis·缓存
liuzhilongDBA12 小时前
从collation mismatch异常到其原理
数据库·version·glibc·postgres·collation
梁萌12 小时前
MySQL数据库分库分表介绍
数据库·mysql·shardingsphere·分库分表
占疏13 小时前
dify API访问工作流/聊天
开发语言·数据库·python