Skip to content

Commit

Permalink
Merge pull request #927 from jvbrandis/fix/mnemonic-pdns-uri
Browse files Browse the repository at this point in the history
Update mnemonic pdns.py with correct API URI
  • Loading branch information
dadokkio authored Jan 18, 2021
2 parents 924b58d + c0300a0 commit c5e6b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzers/MnemonicPDNS/pdns.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class PDNSv3(Analyzer):
def __init__(self):
Analyzer.__init__(self)

self.base_url = "https://portal.mnemonic.no/web/api/pdns/v3"
self.base_url = "https://api.mnemonic.no/pdns/v3"
self.apikey = self.get_param("config.key", None)
self.service = self.get_param('config.service', None, 'Service parameter is missing')

Expand Down

0 comments on commit c5e6b15

Please sign in to comment.