gandi-live-dns-rust/src/ip_source
Kaan Barmore-Genç 5c6b38f7b0
Do retry update after a failure & fix tests (#94)
* Do retry update after a failure & fix tests

* Fix formatting

* Fix clippy errors

* Add codecov ignore for ip_source files
2023-02-13 00:58:23 -05:00
..
Readme.md Add new IP source "seeip" (#90) 2023-02-01 23:19:57 -05:00
common.rs Do retry update after a failure & fix tests (#94) 2023-02-13 00:58:23 -05:00
icanhazip.rs Do retry update after a failure & fix tests (#94) 2023-02-13 00:58:23 -05:00
ipify.rs Do retry update after a failure & fix tests (#94) 2023-02-13 00:58:23 -05:00
mod.rs Do retry update after a failure & fix tests (#94) 2023-02-13 00:58:23 -05:00
seeip.rs Do retry update after a failure & fix tests (#94) 2023-02-13 00:58:23 -05:00

Readme.md

The IP sources. These are APIs that we can query to get the IP address of the current service.

The tests under this directory are all marked to be skipped, the tests hit the actual APIs and can be flaky in CI. Make sure to run the tests manually if you have to modify the code.