forked from KomodoPlatform/komodo-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
Service ip.checker.service
firstcryptoman edited this page Dec 13, 2021
·
1 revision
This service verifies that your IP and country are allowed to use the application.
[[nodiscard]] bool is_my_ip_authorized() const noexcept;
Returns true if your public IP authorized by the application, false otherwise.
[[nodiscard]] QString my_country_ip() const noexcept;
Returns as a QString your country id (e.g. FR for France)