diff --git a/dnsapi2.md b/dnsapi2.md
index 58a67c3..071e255 100644
--- a/dnsapi2.md
+++ b/dnsapi2.md
@@ -106,6 +106,7 @@
- [182. Use Spaceship DNS API](#dns_spaceship)
- [183. Use Edgecenter DNS API](#dns_edgecenter)
- [184. Use EfficienIP DNS API](#dns_efficientip)
+- [185. Use WEXBO DNS API](#dns_wexbo)
- [Use custom API](#dns_myapi)
- [Use lexicon DNS API](#dns_lexicon)
@@ -2726,6 +2727,21 @@ The `EfficientIP_Creds`, `EfficientIP_Server` and other settings will be saved i
Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/6325)
+
+
+## 118. Use WEXBO DNS API
+Obtain an API token from https://admin.wexbo.com/addons/api/
+```sh
+export WEXBO_TOKEN="..."
+```
+
+To issue a cert:
+```sh
+./acme.sh --issue --dns dns_wexbo -d example.com -d *.example.com
+```
+
+Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/6349)
+
## Use custom API