Konstantin
Konstantin
Thanks for the quick answer when running the code (Added on line 335 in capture.c) I get the following error when adding the events for IP6 & IP4: 103 ESP_ERR_INVALID_STATE
Oh thanks I disabled the default interfaces to solve the invalid state error. Here is the new log where after 2-3 Query attempts it stops to send out packets and...
Would you accept a PR?
How would you pass the RecordCommentAsFilter flag from the config to the [ListRecords](https://github.com/favonia/cloudflare-ddns/blob/main/internal/api/cloudflare_records.go#L142) function? As an extra parameter so that is can be added to the cloudflare.ListDNSRecordsParams or as a...
Just for reference that is a working implementation with very few changes except for the missing checked flag. So now it always filters by the comment. https://github.com/archef2000/cloudflare-ddns
I have been using my own image that just has it enabled for everything. It is available on docker hub under the same username as my github.
I would be willing to make the filtering toggleable, but would like your input as to how to give that flag to the function.
I don't know if it is in scope for this FR, but I would like to update one record with 3 nodes so that it is load balanced between them....
@090809 Do you mind trying to open a PR on grafana?
Is there any plan to store the user sessions in the DB?