diff --git a/dnsapi2.md b/dnsapi2.md
index a86405c..52f4e68 100644
--- a/dnsapi2.md
+++ b/dnsapi2.md
@@ -118,6 +118,7 @@
- [194. Use VirakCloud DNS API](#dns_virakcloud)
- [195. Use OPusDNS DNS API](#dns_opusdns)
- [196. Use CZECHIA.COM DNS API](#dns_czechia)
+- [197. Use Calrissia.be DNS API](#dns_calrissia)
- [Use custom API](#dns_myapi)
- [Use lexicon DNS API](#dns_lexicon)
@@ -3024,6 +3025,24 @@ Notes:
- Credentials are automatically saved to `account.conf` for future
renewals.
+
+
+## 197. Use Calrissia DNS API
+
+First, generate a personal access token at [https://identity.calrissia.com](https://identity.calrissia.com) under API Keys.
+ Export the token as an environment variable:
+
+```sh
+export CALRISSIA_TOKEN=""
+```
+
+To issue a cert:
+
+```sh
+acme.sh --issue --dns dns_calrissia -d example.com -d *.example.com
+```
+
+Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/6809)