Browse Source

Create dns_del_dnsmasq

Delete _acme-challenge for dnsmasq - a lightweight DHCP and caching DNS server
pull/804/head
Andreas Bohne-Lang 3 years ago
committed by GitHub
parent
commit
e1be762a2a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      dns_scripts/dns_del_dnsmasq

+ 7
- 0
dns_scripts/dns_del_dnsmasq View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
# Make sure you enable in the /etc/dnsmasq.conf this line conf-dir=/etc/dnsmasq.d/,*.conf
echo "" > /etc/dnsmasq.d/acme-challenge.conf
systemctl restart dnsmasq

Loading…
Cancel
Save