mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-04-17 21:15:50 +00:00
6 lines
114 B
Go
6 lines
114 B
Go
|
|
package conf
|
||
|
|
|
||
|
|
func init() {
|
||
|
|
RegisterConfigureFilePostProcessingStage("FakeDNS", &FakeDNSPostProcessingStage{})
|
||
|
|
}
|