From ed8b142d6b6abefb8297e5847232bb1b8f9d9b30 Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Tue, 24 Oct 2023 00:55:23 +0800 Subject: [PATCH] Update lxd_custom.md --- docs/guide/lxd_custom.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/guide/lxd_custom.md b/docs/guide/lxd_custom.md index 5205773145..78f0cefaef 100644 --- a/docs/guide/lxd_custom.md +++ b/docs/guide/lxd_custom.md @@ -172,7 +172,13 @@ sudo systemctl enable networking ![](https://github.com/oneclickvirt/oneclickvirt.github.io/assets/103393591/9329974c-9549-4ff2-a8a0-a53c00e2863d) -用vim或者vi命令修改```/etc/network/interfaces```文件增加的内容了,或者修改以下命令新增 +页面的最后一个红框框住的部分复制下来,不要带空行 + +然后打开 [https://ipv6tunnel.spiritlhl.top/](https://ipv6tunnel.spiritlhl.top/) 选择```Option```为```TunnelBroker```,在输入框内粘贴你复制的内容 + +然后点击```Covert```转换格式,等待页面刷新显示转换格式后的配置文件内容 + +然后用vim或者vi命令修改```/etc/network/interfaces```文件增加内容,或者修改以下命令新增 ``` sudo tee -a /etc/network/interfaces <