mirror of
https://github.com/taigrr/godns
synced 2025-01-18 04:03:25 -08:00
update comments
This commit is contained in:
parent
4c82260c4d
commit
6d66016635
@ -8,7 +8,7 @@ type IHandler interface {
|
||||
DomainLoop(domain *godns.Domain, panicChan chan<- godns.Domain)
|
||||
}
|
||||
|
||||
// CreateHandler creates dns handler by different providers
|
||||
// CreateHandler creates DNS handler by different providers
|
||||
func CreateHandler(provider string) IHandler {
|
||||
var handler IHandler
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user