aboutsummaryrefslogtreecommitdiff
path: root/net/xray-core
Commit message (Collapse)AuthorAge
* 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: use `$(INSTALL_DATA)` to install configuration filesTianling Shen2021-04-27
| | | | | | | Using `$(INSTALL_CONF)` will cause the program has no access to configurations file when someone enabled the selinux support. 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: Update to 1.4.2Tianling Shen2021-04-02
| | | | | | Updated geo datas to latest version. 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: Update to 1.4.1Tianling Shen2021-03-31
| | | | | | Updated geodata to latest version. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* xray-core: Update to 1.4.0Tianling Shen2021-03-15
| | | | | | | - Re-assigned myself as the maintainer - Updated geodata to latest version Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* xray-core: Update to 1.3.1Tianling Shen2021-03-02
| | | | | | | | | - updated geodata to latest version - updated project url Fixes: #14972 Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* xray-core: remove myself from maintaintersTianling Shen2021-02-23
| | | | Signed-off-by: Tianling Shen <cnsztl@gmail.com>
* xray-core: Update to 1.3.0Tianling Shen2021-02-13
| | | | Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
* xray-core: add the test script for action checkingTianling Shen2021-02-13
| | | | Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.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: bump geodata to latest versionTianling Shen2021-02-11
| | | | | | also adjusted GO_PKG_LDFLAGS_X which was suggested by Jeffery To. 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>
* xray-core: update project urlTianling Shen2021-02-04
| | | | | | Use $(AUTORELEASE) to bump PKG_RELEASE automatically. Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
* xray-core: add new packageTianling Shen2021-02-02
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>