• Hey Guest, we're evolving the future of TeaSpeak.
    You're invited to join the discussion here!

Outdated TSDNS Cloudflare API Version 4

Obstkuchenlord

Active member
TSDNS.PNG

Dear Members,

we have found a TS DNS Script with Cloudflare API V4.

Just edit the config file: "ayarlar.inc.php"

Best Regards
 

ZeroCz

Well-known member
It's working but my domain is not displayed here
How can I add more domains?

Edit: Fixed. There is missing <?php
PHP:
<select name="select" class="form-control" onkeydown="return false" required=""> <option>.<? echo $domain; ?></option> </select>
to
PHP:
<select name="select" class="form-control" onkeydown="return false" required=""> <option>.<?php echo $domain; ?></option> </select>
But still idk how to add more domains.

Edit 2: It's creating only SRV records but no A records
 
Last edited:

imike42

New member
This script actually not good, because you can add 500k ip to a domain and override your domain index. does not verify that the record already exists and cannot be modified later.