This commit is contained in:
spiritlhl
2024-02-02 12:02:35 +00:00
parent f6a00a2d9f
commit 96840f859b
4 changed files with 4 additions and 0 deletions

View File

@@ -314,6 +314,7 @@ The prerequisite is that the host provides an IPv6 subnet instead of just a stan
### Automatic Selection of IPv6 Addresses without Manual Specification
- Pure IPV6 refers to a bound public IPV6 address, where the actual VM still has the host's IPV4 network but no external IPV4 port
- Automatically detect available IPv6 ranges and bind the corresponding V6 address, based on the virtual machine's number, to the virtual machine.
- System-related information will be stored in the NOTES section of the respective virtual machine, accessible for viewing on the web interface.

View File

@@ -157,6 +157,7 @@ The premise is that the host provides an IPv6 subnet rather than a standalone IP
### Automatic Selection of IPv6 Addresses, No Manual Configuration Needed
- Pure IPV6 refers to a bound public IPV6 address, where the actual container still has the host's IPV4 network but no external IPV4 port
- Automatically detect available IPv6 ranges and bind the corresponding V6 address based on the container number to the container.
- Relevant system information will be stored in the NOTES of the corresponding container, accessible for viewing on the web interface.

View File

@@ -360,6 +360,7 @@ curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/spiritLHLS/p
### 自动选择IPV6地址无需手动指定
- 纯IPV6指绑定的公共IPV6地址实际虚拟机仍旧有宿主机的IPV4网络但无外网IPV4端口
- 自动检测可用的IPV6区间对应虚拟机编号的V6地址绑定到虚拟机上
- 系统的相关信息将会存储到对应的虚拟机的NOTE中可在WEB端查看

View File

@@ -176,6 +176,7 @@ iptables-save > /etc/iptables/rules.v4
### 自动选择IPV6地址无需手动指定
- 纯IPV6指绑定的公共IPV6地址实际容器仍旧有宿主机的IPV4网络但无外网IPV4端口
- 自动检测可用的IPV6区间对应容器编号的V6地址绑定到容器上
- 系统的相关信息将会存储到对应的容器的NOTE中可在WEB端查看