Files
Xray-core/infra/conf/init.go
T

6 lines
114 B
Go
Raw Normal View History

2021-03-06 23:39:50 -05:00
package conf
func init() {
RegisterConfigureFilePostProcessingStage("FakeDNS", &FakeDNSPostProcessingStage{})
}