mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-04-05 04:09:28 +00:00
minor changes
This commit is contained in:
@@ -242,7 +242,7 @@ namespace DnsServerCore.Dns.ResourceRecords
|
||||
break;
|
||||
|
||||
default:
|
||||
throw new NotSupportedException("Zone transfer protocol not supported: " + value.ToString());
|
||||
throw new NotSupportedException("Zone transfer protocol is not supported: XFR-over-" + value.ToString().ToUpper());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user