We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d919c2 commit 9f34c45Copy full SHA for 9f34c45
main.go
@@ -480,6 +480,9 @@ func main() {
480
fast_logger.Printf("Successfully sent query")
481
// Well, in case of success and when we send same announce as already existent one we will receive code 200 and "null" in response
482
// I asked folks to improve it
483
+ // We can use this command to check status of announce:
484
+ // curl -H 'Content-Type: application/json' 'https://api.gcore.com/security/sifter/v2/protected_addresses/announces' -H 'Authorization: ApiKey xxx
485
+ // Example answer: [{"client_id":1234,"announced":[],"not_announced":["10.1.2.0/24"]}]
486
} else {
487
fast_logger.Fatalf("Unknown provider name, we support only 'f5' or 'path': %s", conf.Provider_name)
488
}
0 commit comments