sing-box/docs/configuration/inbound/naive.md
2022-08-31 12:50:26 +08:00

593 B

Structure

{
  "type": "naive",
  "tag": "naive-in",
  "network": "udp",

  ... // Listen Fields

  "users": [
    {
      "username": "sekai",
      "password": "password"
    }
  ],
  "tls": {}
}

!!! warning ""

HTTP3 transport is not included by default, see [Installation](/#installation).

Listen Fields

See Listen Fields for details.

Fields

network

Listen network, one of tcp udp.

Both if empty.

users

==Required==

Naive users.

tls

TLS configuration, see TLS.