gandi-live-dns-rust/src/ip_source
jannikac 041c1109e0
Fix linter suggestions (#68)
* removed unneeded lifetimes

* removed unneccessary imports

* removed unneccessary return statements

* added derive eq -> linter suggestion

* removed unneccessary references

* made code more concise

* ok_or_else instead of ok_or improves performance -> linter suggestion
2022-12-18 00:53:48 -05:00
..
icanhazip.rs Fix linter suggestions (#68) 2022-12-18 00:53:48 -05:00
ip_source.rs Fix linter suggestions (#68) 2022-12-18 00:53:48 -05:00
ipify.rs Fix linter suggestions (#68) 2022-12-18 00:53:48 -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.