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

     1  ### Structure
     2  
     3  ```json
     4  {
     5    "type": "naive",
     6    "tag": "naive-in",
     7    "network": "udp",
     8  
     9    ... // Listen Fields
    10  
    11    "users": [
    12      {
    13        "username": "sekai",
    14        "password": "password"
    15      }
    16    ],
    17    "tls": {}
    18  }
    19  ```
    20  
    21  ### Listen Fields
    22  
    23  See [Listen Fields](/configuration/shared/listen/) for details.
    24  
    25  ### Fields
    26  
    27  #### network
    28  
    29  Listen network, one of `tcp` `udp`.
    30  
    31  Both if empty.
    32  
    33  #### users
    34  
    35  ==Required==
    36  
    37  Naive users.
    38  
    39  #### tls
    40  
    41  TLS configuration, see [TLS](/configuration/shared/tls/#inbound).