1
0
Fork 0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-01-09 12:13:33 +02:00
Xray-core/infra/conf/init.go
yuhan6665 f50eff5ebb
Add Fake DNS support ()
Co-authored-by: Xiaokang Wang <xiaokangwang@outlook.com>
Co-authored-by: loyalsoldier <10487845+Loyalsoldier@users.noreply.github.com>
Co-authored-by: kslr <kslrwang@gmail.com>
2021-03-07 04:39:50 +00:00

5 lines
114 B
Go

package conf
func init() {
RegisterConfigureFilePostProcessingStage("FakeDNS", &FakeDNSPostProcessingStage{})
}