gandi-live-dns-rust/src/ip_source
Kaan Barmore-Genç eaabec35b4
Add option to use icanhazip as an IP source (#40)
* Add option to use icanhazip as an IP source

* skip IP source API tests in CI
2022-08-23 01:17:17 -04:00
..
Readme.md Add option to use icanhazip as an IP source (#40) 2022-08-23 01:17:17 -04:00
icanhazip.rs Add option to use icanhazip as an IP source (#40) 2022-08-23 01:17:17 -04:00
ip_source.rs Add first test (#38) 2022-08-22 22:20:10 -04:00
ipify.rs Add option to use icanhazip as an IP source (#40) 2022-08-23 01:17:17 -04:00
mod.rs Add option to use icanhazip as an IP source (#40) 2022-08-23 01:17:17 -04: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 flakey in CI. Make sure to run the tests manually if you have to modify the code.