Update files

This commit is contained in:
modikai
2023-11-24 10:23:19 +08:00
parent c7e5f51619
commit d2bbfdc5ec
8 changed files with 26 additions and 0 deletions

View File

Before

Width:  |  Height:  |  Size: 397 KiB

After

Width:  |  Height:  |  Size: 397 KiB

View File

@@ -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

Binary file not shown.

View File

@@ -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