github.com/xraypb/xray-core@v1.6.6/infra/conf/init.go (about)

     1  package conf
     2  
     3  func init() {
     4  	RegisterConfigureFilePostProcessingStage("FakeDNS", &FakeDNSPostProcessingStage{})
     5  }