mirror of
https://github.com/oneclickvirt/oneclickvirt.github.io.git
synced 2026-06-02 16:50:42 +08:00
update
This commit is contained in:
@@ -10,6 +10,7 @@ outline: deep
|
||||
|
||||
- 只生成一个docker
|
||||
- 可配置绑定独立的IPV6地址,但需要先前使用本套脚本的环境安装命令安装的docker,且需要宿主机至少绑定了/64的IPV6子网
|
||||
- 支持x86_64和ARM架构的服务器
|
||||
|
||||
### 下载脚本
|
||||
|
||||
@@ -89,8 +90,9 @@ docker的ipv6地址只能在容器内自己查询,在docker的配置中是不
|
||||
|
||||
- 批量多次运行继承配置生成
|
||||
- 生成多个时为避免SSH连接中断建议在screen中执行
|
||||
- 支持x86_64和ARM架构的服务器
|
||||
|
||||
## 运行
|
||||
### 运行
|
||||
|
||||
国际
|
||||
|
||||
@@ -104,7 +106,7 @@ curl -L https://raw.githubusercontent.com/spiritLHLS/docker/main/scripts/create_
|
||||
curl -L https://ghproxy.com/https://raw.githubusercontent.com/spiritLHLS/docker/main/scripts/onedocker.sh -o onedocker.sh && chmod +x onedocker.sh
|
||||
```
|
||||
|
||||
## 查询批量开设的信息
|
||||
### 查询批量开设的信息
|
||||
|
||||
```shell
|
||||
cat dclog
|
||||
|
||||
@@ -14,6 +14,7 @@ outline: deep
|
||||
- 下载默认需要的一些配置脚本
|
||||
- 检测如果存在IPV6地址,检测其是否大于或等于/64,如果符合条件,则配置docker的ipv6的网络
|
||||
- 如果上述条件都符合,创建ndpresponder的docker和radvd,使得IPV6的分配支持ndp广播和自动分配
|
||||
- 支持x86_64和ARM架构的服务器
|
||||
|
||||
国际
|
||||
|
||||
|
||||
@@ -29,3 +29,7 @@ https://github.com/jlesage/docker-firefox
|
||||
https://github.com/linuxserver/docker-webtop
|
||||
|
||||
https://github.com/rustdesk/rustdesk
|
||||
|
||||
https://github.com/yoursunny/ndpresponder
|
||||
|
||||
感谢 [@Ella-Alinda](https://github.com/Ella-Alinda) 和 @CoiaPrant 提供的Docker指导
|
||||
Reference in New Issue
Block a user