{
  "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).
See Listen Fields for details.
Listen network, one of tcp udp.
Both if empty.
==Required==
Naive users.
TLS configuration, see TLS.