1
0
mirror of https://github.com/taigrr/godns synced 2025-01-18 04:03:25 -08:00
godns/he_handler.go
2017-10-09 15:59:09 +08:00

7 lines
96 B
Go

package main
type HEHandler struct{}
func (handler *HEHandler) DomainLoop(domain *Domain) {
}