Fix start mesg for all protocol (#1617)
Recent bind refactoring missed this:
grpc://example.com.:1055
example.com.:1053 on 127.0.0.1
now becomes
grpc://example.com.:1055 on 127.0.0.1
example.com.:1053 on 127.0.0.1
If you're using *bind* directive.
Showing
core/dnsserver/onstartup.go
0 → 100644
Please register or sign in to comment