1 Star 0 Fork 0

JourneyBean/bind9-ddns-scripts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
nsdata.php 715 Bytes
一键复制 编辑 原始数据 按行查看 历史
JourneyBean 提交于 2020-10-06 23:09 . v1.0.5 bugfix
<?php
$nsdata = '
; This is a template file of NS records
; Scripts will read this varable and replace \xxxxx\
;
; Please avoid using "serial" as your computer/zone name
; because it is used for generate serial number.
$TTL 3600
$ORIGIN example.com.
@ IN SOA ns1 root (
\serial\ ; do not edit it unless you know
3H ; refresh
15M ; retry
1D ; expiry
1 ; minimum ttl
);
@ 3600 IN NS ns1
ns1 3600 IN A 1.2.3.4
ns2 3600 IN A 3.4.5.6
ns1v6 3600 IN AAAA 2000:1000::1
ns2v6 3600 IN AAAA 2000:1111::1
; Static Addresses like these:
www 3600 IN A 2.3.4.5
www 3600 IN AAAA 2000:1234::1
; Dynamic Addresses like these:
cloud 30 IN A \office4\
cloud 30 IN AAAA \pc6\
cloud 30 IN A \pc4\
';
?>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/journeybean/bind9-ddns-scripts.git
[email protected]:journeybean/bind9-ddns-scripts.git
journeybean
bind9-ddns-scripts
bind9-ddns-scripts
master

搜索帮助