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"; static const githubUrl = "https://github.com/hiddify/hiddify-next"; static const telegramChannelUrl = "https://t.me/hiddify"; }