diff --git a/src/config.ts b/src/config.ts index d6dfb40d..e338dff9 100644 --- a/src/config.ts +++ b/src/config.ts @@ -64,7 +64,7 @@ export function EncodeConfig(conf: Config): string { }?encryption=${ encodeURIComponent(conf.encryption || "none") }&type=${ - conf.type + conf.network }${ conf.path ? "&path=" + encodeURIComponent(conf.path) : "" }${