File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/oneclickvirt
122122注意这里的CTID仅可使用100到256,其他数字不可用
123123:::
124124
125- ## 删除指定容器
125+ ## 自定义删除指定容器
126126
127127- 停止CT
128128- 删除CT
@@ -199,6 +199,8 @@ pct list | awk 'NR>1{print $1}' | xargs -I {} sh -c 'pct stop {}; pct destroy {}
199199rm -rf ct*
200200iptables -t nat -F
201201iptables -t filter -F
202+ ip6tables -t nat -F
203+ ip6tables -t filter -F
202204service networking restart
203205systemctl restart networking.service
204206systemctl restart ndpresponder.service
@@ -261,12 +263,3 @@ curl -L https://cdn.spiritlhl.net/https://raw.githubusercontent.com/oneclickvirt
261263::: tip
262264注意这里的CTID仅可使用100到256,其他数字不可用
263265:::
264-
265- #### 删除示例
266-
267- ``` shell
268- rm -rf ct*
269- pct stop 152
270- pct destroy 152
271- systemctl restart ndpresponder.service
272- ```
You can’t perform that action at this time.
0 commit comments