github.com/xraypb/Xray-core@v1.8.1/infra/conf/init.go (about) 1 package conf 2 3 func init() { 4 RegisterConfigureFilePostProcessingStage("FakeDNS", &FakeDNSPostProcessingStage{}) 5 }