mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
Add init script so the users could run it with their configs quickly. Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
11 lines
190 B
Plaintext
11 lines
190 B
Plaintext
|
|
config xray 'enabled'
|
|
option enabled '0'
|
|
|
|
config xray 'config'
|
|
option confdir '/etc/xray'
|
|
list conffiles '/etc/xray/config.json'
|
|
option datadir '/usr/share/xray'
|
|
option format 'json'
|
|
|