Skip to content

Commit cf90637

Browse files
author
Faska
committed
added http2,pseudo_ipv4 settings
1 parent 180ea9c commit cf90637

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CloudFlare/api_v4.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@ def zones_settings(self):
171171
self._add_with_auth(base, "zones", "settings/websockets"))
172172
setattr(branch, "waf",
173173
self._add_with_auth(base, "zones", "settings/waf"))
174+
setattr(zones_settings, "http2",
175+
self._add_with_auth(self._base, "zones", "settings/http2"))
176+
setattr(zones_settings, "pseudo_ipv4",
177+
self._add_with_auth(self._base, "zones", "settings/pseudo_ipv4"))
174178

175179
def zones_analytics(self):
176180
""" API core commands for Cloudflare API"""

0 commit comments

Comments
 (0)