Fix github ips (remove domains list from it)
This commit is contained in:
parent
3f9ee6b60d
commit
e078301a5a
@ -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", "actions"]) | .[] | .[]' -r /tmp/github.json > /tmp/github-all.txt
|
||||
jq 'del(.["ssh_keys", "verifiable_password_authentication", "ssh_key_fingerprints", "actions", "domains"]) | .[] | .[]' -r /tmp/github.json > /tmp/github-all.txt
|
||||
|
||||
|
||||
# save ipv4
|
||||
|
Loading…
Reference in New Issue
Block a user