From 5d763fdcd9a73bb3d1184df21d4d980eecce2b47 Mon Sep 17 00:00:00 2001 From: N00MKRAD Date: Tue, 31 Aug 2021 16:14:05 +0200 Subject: [PATCH] Move to new domain --- Code/Data/Servers.cs | 2 +- Code/IO/Config.cs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Code/Data/Servers.cs b/Code/Data/Servers.cs index 904d608..a1e07de 100644 --- a/Code/Data/Servers.cs +++ b/Code/Data/Servers.cs @@ -10,7 +10,7 @@ namespace Flowframes.Data class Servers { public static Server hetznerEu = new Server { host = "nmkd-hz.de", pattern = "https://dl.*" }; - public static Server contaboUs = new Server { host = "209.126.5.164", pattern = "http://*/dl" }; + public static Server contaboUs = new Server { host = "nmkd-cb.de", pattern = "https://dl.*" }; public static List serverList = new List { hetznerEu, contaboUs }; diff --git a/Code/IO/Config.cs b/Code/IO/Config.cs index 72bb974..2b2ab8d 100644 --- a/Code/IO/Config.cs +++ b/Code/IO/Config.cs @@ -320,6 +320,7 @@ namespace Flowframes.IO clearLogOnInput, cmdDebugMode, compressedPyVersion, + customServer, dainNcnnTilesize, dedupMode, dedupThresh,