config.go 159 B

123456789
  1. package dokodemo
  2. import (
  3. v2net "v2ray.com/core/common/net"
  4. )
  5. func (this *Config) GetPredefinedAddress() v2net.Address {
  6. return this.Address.AsAddress()
  7. }