Move to new domain

This commit is contained in:
N00MKRAD
2021-08-31 16:14:05 +02:00
parent 5eac7dd356
commit 5d763fdcd9
2 changed files with 2 additions and 1 deletions

View File

@@ -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<Server> serverList = new List<Server> { hetznerEu, contaboUs };

View File

@@ -320,6 +320,7 @@ namespace Flowframes.IO
clearLogOnInput,
cmdDebugMode,
compressedPyVersion,
customServer,
dainNcnnTilesize,
dedupMode,
dedupThresh,