Skip to content

MIXED

listeners:
- name: mixed-in
  type: mixed
  port: 7892
  listen: 0.0.0.0
  udp: true
  users:
    - username: username1
      password: password1
  certificate: ./server.crt
  private-key: ./server.key

General Fields

Protocol Configuration

UDP

Whether to listen for UDP

User Authentication

If the users field is left empty, it will follow the global User Authentication settings. If filled in, it will override the global settings. To skip authentication for this inbound connection, you can specify users: []