Browse Source

Update MGWM API endpoint to IPv4

pull/6671/head
Markus G. 4 days ago
committed by neil
parent
commit
e94c6be4a1
  1. 2
      dnsapi/dns_mgwm.sh

2
dnsapi/dns_mgwm.sh

@ -13,7 +13,7 @@ Author: (Your Name or generated by AI)
'
# Base endpoint for the MGW-MEDIA.DE API (parameters will be added as query strings)
MGWM_API_ENDPOINT="https://api.mgw-media.de/record"
MGWM_API_ENDPOINT="https://ipv4.api.mgw-media.de/record"
######## Public functions #####################
# This function is called by acme.sh to add a TXT record.

Loading…
Cancel
Save