diff options
| -rw-r--r-- | att script/target_GZ/fpdns_client (renamed from peishi/target_GZ/fpdns_client) | bin | 8183443 -> 8183443 bytes | |||
| -rw-r--r-- | att script/target_GZ/fpdns_server (renamed from peishi/target_GZ/fpdns_server) | bin | 12494479 -> 12494479 bytes | |||
| -rw-r--r-- | att script/target_GZ/topology.png (renamed from peishi/target_GZ/topology.png) | bin | 406448 -> 406448 bytes | |||
| -rw-r--r-- | att script/target_GZ/说明.md (renamed from peishi/target_GZ/说明.md) | 0 | ||||
| -rw-r--r-- | att script/target_GZ/请删除我.txt (renamed from peishi/target_GZ/请删除我.txt) | 0 | ||||
| -rw-r--r-- | peishi/dnssec/BIND9安装.md | 13 | ||||
| -rw-r--r-- | peishi/dnssec/DNSSEC配置.pdf | bin | 0 -> 297916 bytes | |||
| -rw-r--r-- | peishi/target_GZ/BIND9安装.md | 13 |
8 files changed, 26 insertions, 0 deletions
diff --git a/peishi/target_GZ/fpdns_client b/att script/target_GZ/fpdns_client Binary files differindex a2c49bb..a2c49bb 100644 --- a/peishi/target_GZ/fpdns_client +++ b/att script/target_GZ/fpdns_client diff --git a/peishi/target_GZ/fpdns_server b/att script/target_GZ/fpdns_server Binary files differindex 39c6a48..39c6a48 100644 --- a/peishi/target_GZ/fpdns_server +++ b/att script/target_GZ/fpdns_server diff --git a/peishi/target_GZ/topology.png b/att script/target_GZ/topology.png Binary files differindex 265d903..265d903 100644 --- a/peishi/target_GZ/topology.png +++ b/att script/target_GZ/topology.png diff --git a/peishi/target_GZ/说明.md b/att script/target_GZ/说明.md index 7fc8847..7fc8847 100644 --- a/peishi/target_GZ/说明.md +++ b/att script/target_GZ/说明.md diff --git a/peishi/target_GZ/请删除我.txt b/att script/target_GZ/请删除我.txt index e69de29..e69de29 100644 --- a/peishi/target_GZ/请删除我.txt +++ b/att script/target_GZ/请删除我.txt diff --git a/peishi/dnssec/BIND9安装.md b/peishi/dnssec/BIND9安装.md new file mode 100644 index 0000000..4be3978 --- /dev/null +++ b/peishi/dnssec/BIND9安装.md @@ -0,0 +1,13 @@ +## BIND9安装 + +### 包管理器安装 + +执行`yum install bind bind-utils`安装BIND9 + +### 容器安装 + +在安装了docker的服务器上执行以下命令。 + + docker run -d --name bind9-container \ + -e TZ=UTC -p 0.0.0.0:5353:53/udp -p 0.0.0.0:5353:53/tcp \ + ubuntu/bind9:9.18-22.04_beta
\ No newline at end of file diff --git a/peishi/dnssec/DNSSEC配置.pdf b/peishi/dnssec/DNSSEC配置.pdf Binary files differnew file mode 100644 index 0000000..9526d32 --- /dev/null +++ b/peishi/dnssec/DNSSEC配置.pdf diff --git a/peishi/target_GZ/BIND9安装.md b/peishi/target_GZ/BIND9安装.md new file mode 100644 index 0000000..4be3978 --- /dev/null +++ b/peishi/target_GZ/BIND9安装.md @@ -0,0 +1,13 @@ +## BIND9安装 + +### 包管理器安装 + +执行`yum install bind bind-utils`安装BIND9 + +### 容器安装 + +在安装了docker的服务器上执行以下命令。 + + docker run -d --name bind9-container \ + -e TZ=UTC -p 0.0.0.0:5353:53/udp -p 0.0.0.0:5353:53/tcp \ + ubuntu/bind9:9.18-22.04_beta
\ No newline at end of file |
