aboutsummaryrefslogtreecommitdiff
path: root/net/xray-core/files
Commit message (Collapse)AuthorAge
* treewide: fix procd service inactiveTianling Shen2022-10-18
| | | | | | | | Exit directly will result procd service inactive and uci configuration changes are no longer monitored. Reported-by: Lvc Revincx <revincx233@gmail.com> Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* xray-core: increase nofile limitationTianling Shen2022-06-08
| | | | | | | | This fixes "too many open files" error caused by max-file limitation when xray processes large traffic. Reported-by: Terry Ding <terryding77@gmail.com> Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* xray-core: Update to 1.5.3Tianling Shen2022-02-04
| | | | | | | | Removed outdated `alterId` in sample config. Updated geodata to latest version while at it. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* xray-core: remove dead jail filesTianling Shen2021-10-30
| | | | | | | | It never works... And Xray-core needs root access to work. Bump geodata to latest version while at it. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* xray-core: bump geodata to latest versionTianling Shen2021-06-04
| | | | | | Also removed `fullcone` option as this is outdated. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* xray-core: remove PROVIDESTianling Shen2021-04-27
| | | | | | | Xray now is no longer planning to keep compatibility with original v2ray. Remove PROVIDES before it is totally broken. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* xray-core: init: add browser dialer supportTianling Shen2021-04-02
| | | | | | | | | | Since v1.4.1, Xray has introduced a new feature to transfer data via browsers, which can disguise itself as a normal browser to cheat network censorship. For more details, see https://github.com/XTLS/Xray-core/pull/421. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* xray-core: init: add option to control FullConeNAT settingTianling Shen2021-02-13
| | | | | | | | | 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>
* xray-core: fix service start / reloadTianling Shen2021-02-04
| | | | | | | | | | | | | Fix starting problem: Starting function should be named 'start_service' instead of 'start_instance'. Fix reloading problem: Register reload tigger for uci config itself. And, xray does not support reload currently, so use legacy restart as reload. Fixes: 6c9b96352fb5e7d6acdf8f14ea4f9251cd09926b ("xray-core: add init script") Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
* xray-core: add init scriptTianling Shen2021-02-04
| | | | | | Add init script so the users could run it with their configs quickly. Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
* xray-core: add example configsTianling Shen2021-02-04
Thry're from v2fly/v2ray-core wikis, used as examples. Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>