github.com/sagernet/sing-box@v1.9.0-rc.20/docs/configuration/inbound/naive.zh.md (about)

     1  ### 结构
     2  
     3  ```json
     4  {
     5    "type": "naive",
     6    "tag": "naive-in",
     7    "network": "udp",
     8  
     9    ... // 监听字段
    10  
    11    "users": [
    12      {
    13        "username": "sekai",
    14        "password": "password"
    15      }
    16    ],
    17    "tls": {}
    18  }
    19  ```
    20  
    21  ### 监听字段
    22  
    23  参阅 [监听字段](/zh/configuration/shared/listen/)。
    24  
    25  ### 字段
    26  
    27  #### network
    28  
    29  监听的网络协议,`tcp` `udp` 之一。
    30  
    31  默认所有。
    32  
    33  #### users
    34  
    35  ==必填==
    36  
    37  Naive 用户。
    38  
    39  #### tls
    40  
    41  TLS 配置, 参阅 [TLS](/zh/configuration/shared/tls/#inbound)。