sing-box/docs/configuration/inbound/naive.md
2024-01-03 12:21:37 +08:00

493 B

Structure

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

  ... // Listen Fields

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

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.