bindAPI/public/openapi/bootstrap.php

7 lines
169 B
PHP
Raw Normal View History

<?php
const DEFAULT_NS = 'ns2.24unix.net';
2024-04-30 17:22:43 +02:00
const NAMESERVERS = ['ns1.24unix.net', 'ns2.24unix.net', 'ns3.24unix.net', 'ns4.24unix.net'];
const VERSION = '1.0.9';