2026-03-12 21:01:38
This commit is contained in:
9
divers/dnsmanager_api_example_01.txt
Normal file
9
divers/dnsmanager_api_example_01.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
curl -s https://app.dnsmanager.io/api/v1/user/domains \
|
||||
-u "9422ac9d-2c62-4967-ae12-c1d15bbbe200:I9HV2Jqp1gFqMuic3zPRYW5guSQEvoyy" | jq
|
||||
|
||||
curl -s https://app.dnsmanager.io/api/v1/user/domain/151914/records \
|
||||
-u "9422ac9d-2c62-4967-ae12-c1d15bbbe200:I9HV2Jqp1gFqMuic3zPRYW5guSQEvoyy" | jq
|
||||
|
||||
curl -s -X PUT -d content="1.1.1.1" https://app.dnsmanager.io/api/v1/user/domain/151914/record/16572810 \
|
||||
-u "9422ac9d-2c62-4967-ae12-c1d15bbbe200:I9HV2Jqp1gFqMuic3zPRYW5guSQEvoyy" | jq
|
||||
|
||||
Reference in New Issue
Block a user