diff --git a/dnsapi2.md b/dnsapi2.md
index 9621b01..139da28 100644
--- a/dnsapi2.md
+++ b/dnsapi2.md
@@ -114,6 +114,7 @@
- [190. Use Infoblox UDDI DNS API](#dns_infoblox_uddi)
- [191. Use HostUp DNS API](#dns_hostup)
- [192. Use Sotoon domain API](#dns_sotoon)
+- [193. Use mgw-media.de DNS API](#dns_mgwm)
- [Use custom API](#dns_myapi)
- [Use lexicon DNS API](#dns_lexicon)
@@ -2920,6 +2921,26 @@ The `Sotoon_Token`,`Sotoon_WorkspaceUUID`,`Sotoon_WorkspaceName` will be saved i
Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/6656)
+
+
+## 193. Use mgw-media.de DNS API
+
+Login to your [mgw-media.de](https://mgw-media.de/) account, follow the [link](https://robot.mgw-media.de/misc-options.html) to the Domain Robot and copy your API Hash from the options page.
+
+```sh
+export MGWM_CUSTOMER="your_customer_number"
+export MGWM_API_HASH="your_api_hash"
+```
+
+To issue a cert, run command:
+
+```sh
+./acme.sh --issue --dns dns_mgwm -d example.com -d *.example.com
+```
+
+Report any bugs or issues [here](https://github.com/acmesh-official/acme.sh/issues/6669).
+
+
## Use custom API