2023-07-06 17:18:41 +03:30
|
|
|
abstract class Constants {
|
|
|
|
|
static const localHost = '127.0.0.1';
|
|
|
|
|
static const clashFolderName = "clash";
|
|
|
|
|
static const delayTestUrl = "https://www.google.com";
|
|
|
|
|
static const configFileName = "config";
|
|
|
|
|
static const countryMMDBFileName = "Country";
|
2023-07-22 16:02:06 +03:30
|
|
|
static const githubUrl = "https://github.com/hiddify/hiddify-next";
|
|
|
|
|
static const telegramChannelUrl = "https://t.me/hiddify";
|
2023-07-06 17:18:41 +03:30
|
|
|
}
|