Inbound¶
Selects an inbound listener. Pick a variant via the type key.
Inbound configuration example:
type: socks # or shadowquic
bind-addr: "0.0.0.0:443" # "[::]:443"
xxx: xxx # other field depending on type
SocksServerCfg and ShadowQuicServerCfg for configuration field of corresponding type
Variants¶
This enum is serialized with the YAML key type selecting the variant.
| Tag value | Carries | Description |
|---|---|---|
socks |
SocksServerCfg |
— |
shadowquic |
ShadowQuicServerCfg |
— |
sunnyquic |
SunnyQuicServerCfg |
— |