Browse Source

Merge pull request #533 from jdgri/akamai-edge-dns-rename-touch-up

Update edgedns.py
pull/535/head
Ross McFarland 6 years ago
committed by GitHub
parent
commit
330914747c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      octodns/provider/edgedns.py

+ 3
- 3
octodns/provider/edgedns.py View File

@ -26,8 +26,8 @@ class AkamaiClient(object):
'''
Client for making calls to Akamai Fast DNS API using Python Requests
Fast DNS Zone Management API V2, found here:
developer.akamai.com/api/web_performance/fast_dns_zone_management/v2.html
Edge DNS Zone Management API V2, found here:
https://developer.akamai.com/api/cloud_security/edge_dns_zone_management/v2.html
Info on Python Requests library:
https://2.python-requests.org/en/master/
@ -112,7 +112,7 @@ class AkamaiClient(object):
class AkamaiProvider(BaseProvider):
'''
Akamai Fast DNS Provider
Akamai Edge DNS Provider
edgedns.py:


Loading…
Cancel
Save