- place the
geoip
txt file into assets/geoip/, orgeosite
txt file into assets/geosite/ - run
go build
- place the
conf.conf
json file into the working directory - run the bin file by
go build
, then ok - you could also call conf.Loads() like this
import "v2ray.com/core/common/settings/conf"
func init() {
conf.Loads()
}