- 28 Mar, 2019 1 commit
-
-
Miodrag Tokić authored
Double quote unquoted variables to prevent globbing and word splitting.
-
- 27 Mar, 2019 4 commits
-
-
Miodrag Tokić authored
Loopia provides hosting in several countries. Each hosting location has it's own API endpoint, such as "https://api.loopia.<TLD>/RPCSERV", where <TLD> is one of: com, no, rs, se. The current LOOPIA_Api variable is hard-coded to ".se". This prevents using the Loopia DNS API on other hosting locations. This commit makes the LOOPIA_Api variable configurable and it falls back to ".se" TLD if LOOPIA_Api is not set. References: - https://www.loopia.com/api/authentication/ - https://www.loopia.no/api/authentication/ - https://www.loopia.rs/api/authentication/ - https://www.loopia.se/api/authentication/
-
Miodrag Tokić authored
-
Miodrag Tokić authored
-
Miodrag Tokić authored
-
- 03 Jan, 2019 1 commit
-
-
Marton Szucs authored
Checks if a subdomain already exists before creating one. The loopia API clears all records for a subdomain when adding it again. Adding TXT-records instead of updating the existing record when using the add method. Wildcard certificates require multiple TXT-records for the same subdomain. Now you can create wildcard certificates using: `acme.sh --issue -d example.com -d '*.example.com' --dns dns_loopia` Double quoting variables
-
- 21 Mar, 2018 1 commit
-
-
Ivar Larsson authored
-
- 18 Mar, 2018 1 commit
-
-
Ivar Larsson authored
-
- 14 Mar, 2018 1 commit
-
-
Ivar Larsson authored
-