mirror of
https://github.com/coredns/coredns.git
synced 2025-11-15 16:32:23 -05:00
This reverts commit 68f1dd5ddf.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
@@ -22,6 +22,7 @@ func TestSecondaryParse(t *testing.T) {
|
||||
{
|
||||
`secondary {
|
||||
transfer from 127.0.0.1
|
||||
transfer to 127.0.0.1
|
||||
}`,
|
||||
false,
|
||||
"127.0.0.1:53",
|
||||
@@ -30,6 +31,7 @@ func TestSecondaryParse(t *testing.T) {
|
||||
{
|
||||
`secondary example.org {
|
||||
transfer from 127.0.0.1
|
||||
transfer to 127.0.0.1
|
||||
}`,
|
||||
false,
|
||||
"127.0.0.1:53",
|
||||
|
||||
Reference in New Issue
Block a user