This commit is contained in:
spiritlhl
2023-10-26 08:10:18 +00:00
parent 9a408111ed
commit 66ea257a40
2 changed files with 4 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ Example (automatically configure the test container with an IPV6 address, a test
```bash
bash build_ipv6_network.sh test
```
<!--
Delete all IPV6 mapped rules
```bash
@@ -60,7 +60,7 @@ systemctl disable add-ipv6.service
rm /etc/systemd/system/add-ipv6.service
systemctl daemon-reload
rm /usr/local/bin/add-ipv6.sh
```
``` -->
## Blocking Ingress/Egress Traffic on Easily Abused Ports and Filtering Out Port Scanning and Exploitation Toolkits

View File

@@ -47,7 +47,7 @@ bash build_ipv6_network.sh 容器名称
bash build_ipv6_network.sh test
```
删除所有IPV6已映射的规则
<!-- 删除所有IPV6已映射的规则
```bash
ip6tables -t nat -F PREROUTING
@@ -66,7 +66,7 @@ systemctl disable add-ipv6.service
rm /etc/systemd/system/add-ipv6.service
systemctl daemon-reload
rm /usr/local/bin/add-ipv6.sh
```
``` -->
## 屏蔽容易被滥用的端口的出入流量以屏蔽端口和屏蔽滥用工具包