diff --git a/DnsServerCore/DnsWebService.cs b/DnsServerCore/DnsWebService.cs index e6bc5c0d..f86b22da 100644 --- a/DnsServerCore/DnsWebService.cs +++ b/DnsServerCore/DnsWebService.cs @@ -1236,7 +1236,7 @@ namespace DnsServerCore { bool updated = false; - string[] strBlockListUrlList = Encoding.UTF8.GetString(Convert.FromBase64String(strBlockListUrls)).Split(new char[] { ',' }, StringSplitOptions.RemoveEmptyEntries); + string[] strBlockListUrlList = strBlockListUrls.Split(new char[] { ',' }, StringSplitOptions.RemoveEmptyEntries); if (oldWebServicePort != _webServicePort) {