1
0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-03-03 05:23:16 +03:00

6 lines
169 B
Go
Raw Normal View History

2020-11-25 19:01:53 +08:00
package freedom
func (c *Config) useIP() bool {
return c.DomainStrategy == Config_USE_IP || c.DomainStrategy == Config_USE_IP4 || c.DomainStrategy == Config_USE_IP6
}