gandi-live-dns-rust/src/ip_source
Kaan Barmore-Genç f8060fad42
Avoid multiple main versions & concurrently get ipv4 and ipv6 addresses (#87)
* Avoid having multiple versions of main run function

* Concurrently get ipv4 and ipv6 addresses
2023-02-01 00:21:02 -05:00
..
icanhazip.rs Avoid multiple main versions & concurrently get ipv4 and ipv6 addresses (#87) 2023-02-01 00:21:02 -05:00
ip_source.rs Avoid multiple main versions & concurrently get ipv4 and ipv6 addresses (#87) 2023-02-01 00:21:02 -05:00
ipify.rs Avoid multiple main versions & concurrently get ipv4 and ipv6 addresses (#87) 2023-02-01 00:21:02 -05:00
mod.rs Add option to use icanhazip as an IP source (#40) 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

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.