This commit is contained in:
spiritlhl
2023-10-26 01:14:27 +00:00
parent 5dfaa0f277
commit 9a408111ed
2 changed files with 3 additions and 0 deletions

View File

@@ -478,3 +478,5 @@ client
ip link set user-ipv6 down
ip tunnel del user-ipv6
```
The above deletion is only temporary, for permanent deletion you must modify and delete the contents of the ``/etc/network/interfaces`` file that you have previously added.

View File

@@ -431,3 +431,4 @@ ip link set user-ipv6 down
ip tunnel del user-ipv6
```
以上删除的方式只是临时删除,永久删除务必修改删除```/etc/network/interfaces```文件中你之前增加的内容