mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-04-23 07:19:11 +00:00
37 lines
471 B
Dart
37 lines
471 B
Dart
|
const List<String> services = [
|
||
|
"9Gag",
|
||
|
"Amazon",
|
||
|
"Bilibili",
|
||
|
"CloudFlare",
|
||
|
"Dailymotion",
|
||
|
"Discord",
|
||
|
"Disney+",
|
||
|
"EBay",
|
||
|
"Epic Games",
|
||
|
"Facebook",
|
||
|
"Hulu",
|
||
|
"Imgur",
|
||
|
"Instagram",
|
||
|
"Mail.ru",
|
||
|
"Netflix",
|
||
|
"OK.ru",
|
||
|
"Origin",
|
||
|
"Pinterest",
|
||
|
"QQ",
|
||
|
"Reddit",
|
||
|
"Skype",
|
||
|
"Snapchat",
|
||
|
"Spotify",
|
||
|
"Steam",
|
||
|
"Telegram",
|
||
|
"TikTok",
|
||
|
"Tinder",
|
||
|
"Twitch",
|
||
|
"Viber",
|
||
|
"Vimeo",
|
||
|
"VK.com",
|
||
|
"WeChat",
|
||
|
"Weibo",
|
||
|
"WhatsApp",
|
||
|
"YouTube"
|
||
|
];
|