From 558bd5dc51483538e0a95938be3dab8b054fa003 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Mon, 6 Nov 2023 19:42:32 +0800 Subject: [PATCH] Update lxd_extra_config.md --- docs/en_US/guide/lxd_extra_config.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/docs/en_US/guide/lxd_extra_config.md b/docs/en_US/guide/lxd_extra_config.md index ce6571d3e4..361e2d222b 100644 --- a/docs/en_US/guide/lxd_extra_config.md +++ b/docs/en_US/guide/lxd_extra_config.md @@ -30,18 +30,26 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/lxd/main/scripts/build_ipv6 Automatically configure IPV6 mapped addresses for containers ```bash -bash build_ipv6_network.sh Container_Name(change me) +bash build_ipv6_network.sh Container_Name(change_me) ``` -A message is printed when the mapping is complete +A message is printed when the mapping is complete (Default mapping without iptables) Example (automatically configure the test container with an IPV6 address, a test_v6 file is written when the configuration is complete) ```bash bash build_ipv6_network.sh test ``` - +``` ## Blocking Ingress/Egress Traffic on Easily Abused Ports and Filtering Out Port Scanning and Exploitation Toolkits