1 parent 39afb8c commit 13ac00dCopy full SHA for 13ac00d
1 file changed
.github/workflows/update.yml
@@ -19,7 +19,7 @@ jobs:
19
20
SUB=$(curl -s "https://raw.githack.com/igareck/vpn-configs-for-russia/main/Vless-Reality-White-Lists-Rus-Mobile.txt" | tr -d '\r')
21
22
- ALL=$(echo "$SUB" | grep -E '^(vless|vmess|trojan)://')
+ ALL=$(echo "$SUB" | grep -E '^(vless|vmess|trojan)://' | grep -Evi 'raw')
23
24
RUSSIA=$(echo "$ALL" | grep -Ei 'russia' || true)
25
NON_RUSSIA=$(echo "$ALL" | grep -Evi 'russia' | shuf || true)
0 commit comments