Redirect more domains

This commit is contained in:
Thoronium
2023-06-18 16:10:22 -06:00
parent 742a24df11
commit 190adb1d52
6 changed files with 101 additions and 21 deletions

View File

@@ -26,6 +26,7 @@ let defaultConfig: Configuration
horny_mode: false,
auto_mongodb: false,
un_elevated: false,
redirect_more: false,
}
})()
@@ -55,6 +56,7 @@ export interface Configuration {
swag_mode?: boolean
auto_mongodb: boolean
un_elevated: boolean
redirect_more: boolean
// Swag stuff
akebi_path?: string