0 Star 20 Fork 8

亮哥/home-compose

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
router-install.sh 222 Bytes
一键复制 编辑 原始数据 按行查看 历史
亮哥 提交于 2023-11-08 12:59 . 新增sh脚本
# 设置虚拟网卡
read -p "请输入你的网卡名称: " name
ip link set $name promisc on
read -p "请输入你的主路由ip: " ip
docker network create -d macvlan --subnet=$ip/24 --gateway=$ip -o parent=$name macnet
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
YAML
1
https://gitee.com/liangge001/home-compose.git
git@gitee.com:liangge001/home-compose.git
liangge001
home-compose
home-compose
master

搜索帮助