Kevin Azemi

Results 4 comments of Kevin Azemi

Same problem, i have tried to create an SRV record but it isn't working.

Add this function on vendor/cloudflare/sdk/src/Endpoints/DNS.PHP ``` public function addRecordSRV( string $zoneID, array $data = [] ): bool { $options = [ 'type' => 'SRV' ]; if (!empty($data)) { $options['data'] =...

@QuentinWehkamp I really don't know why Travis CI can't build the pull https://github.com/cloudflare/cloudflare-php/pull/160 So, probably that's why it hasn't been alerady merged.