Initial release v0.1.0
This commit is contained in:
commit
b997bd6078
62 changed files with 56224 additions and 0 deletions
30
cores/sing-box/core.toml
Normal file
30
cores/sing-box/core.toml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
schema_version = 1
|
||||
|
||||
[core]
|
||||
name = "sing-box"
|
||||
family = "sing-box"
|
||||
version = "1.13.14"
|
||||
binary = "sing-box"
|
||||
os = "linux"
|
||||
arch = "x86_64"
|
||||
|
||||
[runtime]
|
||||
entrypoint = "config.json"
|
||||
format = "json"
|
||||
|
||||
[capabilities.config]
|
||||
mixed_proxy = true
|
||||
http_proxy = false
|
||||
socks_proxy = false
|
||||
api = true
|
||||
dns = true
|
||||
tun = true
|
||||
|
||||
[commands.start]
|
||||
args = ["run", "-D", "{workdir}", "-c", "{config}"]
|
||||
|
||||
[commands.check]
|
||||
args = ["check", "-D", "{workdir}", "-c", "{config}"]
|
||||
|
||||
[commands.version]
|
||||
args = ["version"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue