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>
11 lines
211 B
Text
11 lines
211 B
Text
|
|
config xray 'enabled'
|
|
option enabled '0'
|
|
option fullcone '1'
|
|
|
|
config xray 'config'
|
|
option confdir '/etc/xray'
|
|
list conffiles '/etc/xray/config.json'
|
|
option datadir '/usr/share/xray'
|
|
option format 'json'
|
|
|