Skip to content

Commit

Permalink
added http2,pseudo_ipv4 settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Faska committed Dec 29, 2016
1 parent 5a2094f commit 1d0ac45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CloudFlare/api_v4.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@ def zones_settings(self):
self._add_with_auth(base, "zones", "settings/websockets"))
setattr(branch, "waf",
self._add_with_auth(base, "zones", "settings/waf"))
setattr(zones_settings, "http2",
setattr(branch, "http2",
self._add_with_auth(base, "zones", "settings/http2"))
setattr(zones_settings, "pseudo_ipv4",
setattr(branch, "pseudo_ipv4",
self._add_with_auth(base, "zones", "settings/pseudo_ipv4"))

def zones_analytics(self):
Expand Down

0 comments on commit 1d0ac45

Please sign in to comment.