xray-core: init: add option to control FullConeNAT setting

Latest version of xray-core made a change to support FullCone NAT,
which would break UDP connection from v2ray-core backend server.
So added the option for v2ray-core users, to make sure UDP works
as expected.

Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
This commit is contained in:
Tianling Shen
2021-02-12 00:21:28 +08:00
parent d88af23bc0
commit 56b6ca5d09
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
config xray 'enabled'
option enabled '0'
option fullcone '1'
config xray 'config'
option confdir '/etc/xray'