Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 12bb621

Browse files
committed
Merge branch 'Sarga-master'
2 parents 180ea9c + 1d0ac45 commit 12bb621

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(branch, "http2",
175+
self._add_with_auth(base, "zones", "settings/http2"))
176+
setattr(branch, "pseudo_ipv4",
177+
self._add_with_auth(base, "zones", "settings/pseudo_ipv4"))
174178

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

0 commit comments

Comments
 (0)