mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
56b6ca5d09
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>
12 lines
211 B
Plaintext
12 lines
211 B
Plaintext
|
|
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'
|
|
|