mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-01-03 15:24:11 +00:00
removing testing url.
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
dotnetDir="/opt/dotnet"
|
dotnetDir="/opt/dotnet"
|
||||||
dnsDir="/etc/dns"
|
dnsDir="/etc/dns"
|
||||||
dnsTar="/etc/dns/DnsServerPortable.tar.gz"
|
dnsTar="/etc/dns/DnsServerPortable.tar.gz"
|
||||||
dnsUrl="https://server1.home.zare.im/files/DnsServerPortable.tar.gz"
|
dnsUrl="https://download.technitium.com/dns/DnsServerPortable.tar.gz"
|
||||||
|
|
||||||
mkdir -p $dnsDir
|
mkdir -p $dnsDir
|
||||||
installLog="$dnsDir/install.log"
|
installLog="$dnsDir/install.log"
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ namespace DnsServerWindowsService
|
|||||||
if (args.Length == 2)
|
if (args.Length == 2)
|
||||||
configFolder = args[1];
|
configFolder = args[1];
|
||||||
|
|
||||||
_service = new DnsWebService(configFolder, new Uri("https://go.technitium.com/?id=43"), new Uri("https://server1.home.zare.im/files/apps/apps.json"));
|
_service = new DnsWebService(configFolder, new Uri("https://go.technitium.com/?id=43"), new Uri("https://go.technitium.com/?id=40"));
|
||||||
}
|
}
|
||||||
|
|
||||||
public override Task StartAsync(CancellationToken cancellationToken)
|
public override Task StartAsync(CancellationToken cancellationToken)
|
||||||
|
|||||||
Reference in New Issue
Block a user