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