zapret2-youtube-discord/utils/targets.txt
loop-uh 7d5aec1bc7
All checks were successful
Проверка восстановленного репозитория / validate (push) Successful in 4s
Выпуск Zapret2 для Windows / release (push) Successful in 7s
Восстановить полный Zapret2 и перенести выпуск в Forgejo
2026-08-07 17:10:02 +03:00

32 lines
1.1 KiB
Text

# targets.txt - список целей для тестирования
#
# Формат:
# Имя = "https://host..." -> HTTP/TLS проверки + ping
# Имя = "PING:1.2.3.4" -> Только ping
#
# Можно добавлять/удалять строки свободно.
### Discord
DiscordMain = "https://discord.com"
DiscordGateway = "https://gateway.discord.gg"
DiscordCDN = "https://cdn.discordapp.com"
DiscordUpdates = "https://updates.discord.com"
### YouTube
YouTubeWeb = "https://www.youtube.com"
YouTubeShort = "https://youtu.be"
YouTubeImage = "https://i.ytimg.com"
YouTubeVideo = "https://redirector.googlevideo.com"
### Google
GoogleMain = "https://www.google.com"
GoogleGstatic = "https://www.gstatic.com"
### Cloudflare
CloudflareWeb = "https://www.cloudflare.com"
CloudflareCDN = "https://cdnjs.cloudflare.com"
### DNS (Ping only)
CloudflareDNS = "PING:1.1.1.1"
GoogleDNS = "PING:8.8.8.8"
Quad9DNS = "PING:9.9.9.9"