aboutsummaryrefslogtreecommitdiff
path: root/net/xray-core
Commit message (Collapse)AuthorAge
* 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>