This commit is contained in:
goldsquid
2025-12-13 15:22:51 +07:00
parent 5ac31610f7
commit cfe0b50ae1
7 changed files with 14 additions and 14 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/bash
curl -s $1 | grep -oP 'rpc_[^"]*\.tar\.zst' | sort -u
curl --ipv4 -s $1 | grep -oP 'rpc_[^"]*\.tar\.zst' | sort -u