mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-06-12 03:19:36 +03:00
v1.0.0
This commit is contained in:
5
proxy/freedom/config.go
Normal file
5
proxy/freedom/config.go
Normal file
@ -0,0 +1,5 @@
|
||||
package freedom
|
||||
|
||||
func (c *Config) useIP() bool {
|
||||
return c.DomainStrategy == Config_USE_IP || c.DomainStrategy == Config_USE_IP4 || c.DomainStrategy == Config_USE_IP6
|
||||
}
|
Reference in New Issue
Block a user