aboutsummaryrefslogtreecommitdiff
path: root/net/xray-core/files/xray.conf
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: 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: 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>