mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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:
@@ -1,6 +1,7 @@
|
||||
|
||||
config xray 'enabled'
|
||||
option enabled '0'
|
||||
option fullcone '1'
|
||||
|
||||
config xray 'config'
|
||||
option confdir '/etc/xray'
|
||||
|
||||
Reference in New Issue
Block a user