Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Inbounds

Yu FranzKafka edited this page Nov 5, 2022 · 2 revisions

Add inbound

Inbound is a abstract concept which normally represents a Channel bind to a specific port.Each inbound has these paremeters:

  • remark:will be used as a alias of this inbound for better distinction
  • enable:only enabled inbound can access network
  • protocol:choose different protocols for bypassing firewall,different protocol has its own advantages and disadvantages
  • listening ip:chose which local IP will be used to listen,normally we don't set this value and will listen all
  • port:choose which port will be used to listen,make sure this port has not been used by other inboud or process
  • total:for restricting users traffic usage,0 means it's unlimited
  • expiryTime:for restricting users by time,0 means there is no limitation
  • auto reset:if enabled,the traffic limitation will be reset monthly
  • device alert: if enabled,when there is a new device connect this inbound,you will receive notification about this
  • add user:will be used to add new user
  • disableInsecure:if enabled,tls handshake will be check full
  • network:choose transport method
Clone this wiki locally