Skip to content

Commit 1e34520

Browse files
committed
Update v2raya in nas-proxy
1 parent 3755ed7 commit 1e34520

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

content/zh/post/nas-proxy/index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,15 @@ toc = true
133133
insmod /lib/modules/ip6table_mangle.ko
134134
~~~
135135

136-
但是系统重启后,模块可能需要重新加载。而笔者不再使用透明代理,所以没再研究。
136+
但是系统重启后,模块需要重新加载,所以用以上内容生成脚本在`/usr/local/bin/load_v2raya_mods.sh`
137+
138+
然后重启v2rayA服务:
139+
140+
```shell
141+
sudo systemctl restart v2raya
142+
```
143+
144+
137145

138146
## Emby
139147

0 commit comments

Comments
 (0)