config.go 121 B

123456789
  1. package outbound
  2. import (
  3. "v2ray.com/core/common/protocol"
  4. )
  5. type Config struct {
  6. Receivers []*protocol.ServerSpec
  7. }