Skip to content

Commit

Permalink
Update Nameserver for INWX (AnalogJ#1015)
Browse files Browse the repository at this point in the history
I've added all Nameserver of INWX
  • Loading branch information
mustermann2021 authored and MasinAD committed Mar 29, 2022
1 parent 675ed04 commit 1d80d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lexicon/providers/inwx.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

LOGGER = logging.getLogger(__name__)

NAMESERVER_DOMAINS = ["inwx.com"]
NAMESERVER_DOMAINS = ["ns.inwx.de", "ns2.inwx.de", "ns3.inwx.eu", "ns4.inwx.com", "ns5.inwx.net", "ns.domrobot.com", "ns.domrobot.net", "ns.domrobot.org", "ns.domrobot.info", "ns.domrobot.biz"]


def provider_parser(subparser):
Expand Down

0 comments on commit 1d80d6e

Please sign in to comment.