Fix #706 -- rDNS for DOH/DOT clients

This commit is contained in:
Andrey Meshkov
2019-06-04 20:38:53 +03:00
parent 3454bf9243
commit a3b8d4d923
4 changed files with 29 additions and 16 deletions

View File

@@ -1,6 +1,8 @@
package main
import "testing"
import (
"testing"
)
func TestResolveRDNS(t *testing.T) {
config.DNS.BindHost = "1.1.1.1"