Skip to content

Commit

Permalink
Fix for DNS Events
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSchiessl authored Nov 11, 2022
1 parent 4dac7db commit 989323e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/akamai-etp
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ from requests.compat import urljoin
from akamai.edgegrid import EdgeGridAuth, EdgeRc
from config import EdgeGridConfig

__version__ = "0.3.9"
__version__ = "0.4.0"

#: Window span in ad-hoc mode, default is 3 min
span_duration_min = 3

session = None
verbose = False
section_name = "default"
headers = {'content-type': "application/json;charset=UTF-8"}
headers = {'accept': "application/json"}
extra_qs = None

LOG = logging.getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"commands": [
{
"name": "etp",
"version": "0.3.9",
"version": "0.4.0",
"description": "Akamai CLI for Secure Internet Access Enterprise (f.k.a. Enterprise Threat Protector)"
}
]
Expand Down

0 comments on commit 989323e

Please sign in to comment.