mirror of
https://github.com/lord-alfred/ipranges.git
synced 2026-08-19 09:30:22 +00:00
Update downloader.sh (#33)
* Update downloader.sh deleting additional keys addded by github and not necessary * Update downloader.sh deleted duplicate ssh_key_fingerprints entry
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", "domains"]) | .[] | .[]' -r /tmp/github.json > /tmp/github-all.txt
|
||||
jq 'del(.["ssh_keys", "verifiable_password_authentication", "ssh_key_fingerprints", "domains", "commit_signing_keys"]) | .[] | .[]' -r /tmp/github.json > /tmp/github-all.txt
|
||||
|
||||
|
||||
# save ipv4
|
||||
|
||||
Reference in New Issue
Block a user