mirror of
https://github.com/lord-alfred/ipranges.git
synced 2026-07-04 19:21:55 +00:00
Fix download github IP ranges
This commit is contained in:
@@ -11,7 +11,7 @@ curl -s https://api.github.com/meta > /tmp/github.json
|
||||
|
||||
|
||||
# get all prefixes without some keys
|
||||
jq 'del(.["ssh_keys", "verifiable_password_authentication", "ssh_key_fingerprints"]) | .[] | .[]' -r /tmp/github.json > /tmp/github-all.txt
|
||||
jq 'del(.["ssh_keys", "verifiable_password_authentication", "ssh_key_fingerprints", "domains"]) | .[] | .[]' -r /tmp/github.json > /tmp/github-all.txt
|
||||
|
||||
|
||||
# save ipv4
|
||||
|
||||
Reference in New Issue
Block a user