mirror of
https://github.com/nitezs/sub2sing-box.git
synced 2024-12-24 13:34:41 -05:00
update readme
This commit is contained in:
parent
ac12fd9e48
commit
de0a902fd9
4
.github/workflows/goreleaser.yaml
vendored
4
.github/workflows/goreleaser.yaml
vendored
@ -9,7 +9,9 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions: write-all
|
permissions:
|
||||||
|
contents: write
|
||||||
|
packages: write
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
11
Readme.md
11
Readme.md
@ -16,6 +16,17 @@ Flags:
|
|||||||
-t, --template string template file path
|
-t, --template string template file path
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
Run the server
|
||||||
|
|
||||||
|
Usage:
|
||||||
|
server [flags]
|
||||||
|
|
||||||
|
Flags:
|
||||||
|
-h, --help help for server
|
||||||
|
-p, --port uint16 server port (default 8080)
|
||||||
|
```
|
||||||
|
|
||||||
## Template
|
## Template
|
||||||
|
|
||||||
Template 中使用 `<all-proxy-tags>` 指明节点插入位置,例如
|
Template 中使用 `<all-proxy-tags>` 指明节点插入位置,例如
|
||||||
|
Loading…
Reference in New Issue
Block a user