mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-24 12:19:27 +01:00
Move to new domain
This commit is contained in:
@@ -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 };
|
||||
|
||||
|
||||
@@ -320,6 +320,7 @@ namespace Flowframes.IO
|
||||
clearLogOnInput,
|
||||
cmdDebugMode,
|
||||
compressedPyVersion,
|
||||
customServer,
|
||||
dainNcnnTilesize,
|
||||
dedupMode,
|
||||
dedupThresh,
|
||||
|
||||
Reference in New Issue
Block a user