Skip to content

Commit 13ac00d

Browse files
authored
Update update.yml
1 parent 39afb8c commit 13ac00d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
2020
SUB=$(curl -s "https://raw.githack.com/igareck/vpn-configs-for-russia/main/Vless-Reality-White-Lists-Rus-Mobile.txt" | tr -d '\r')
2121
22-
ALL=$(echo "$SUB" | grep -E '^(vless|vmess|trojan)://')
22+
ALL=$(echo "$SUB" | grep -E '^(vless|vmess|trojan)://' | grep -Evi 'raw')
2323
2424
RUSSIA=$(echo "$ALL" | grep -Ei 'russia' || true)
2525
NON_RUSSIA=$(echo "$ALL" | grep -Evi 'russia' | shuf || true)

0 commit comments

Comments
 (0)