cfmgrv4 init...3

This commit is contained in:
최준흠 2024-10-19 20:47:17 +09:00
parent af72a4f7c3
commit aca8868f9f

View File

@ -14,7 +14,7 @@ class Zone extends Cloudflare
'development_mode' => 'off',
'ipv6' => 'off',
'security_level' => 'medium',
'ssl' => 'off',
'ssl' => 'flexible',
'always_use_https' => 'off'
];
public function __construct(AccountEntity $account_entity)