Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
xishang0128 committed Mar 8, 2024
1 parent 09f3a23 commit a0d8367
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/config/proxies/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ proxies:
# fingerprint: xxxx # 同 experimental.fingerprints 使用 sha256 指纹,配置协议独立的指纹,将忽略 experimental.fingerprints
# ip-version: dual
```

[通用字段](./index.md)
1 change: 1 addition & 0 deletions docs/config/proxies/hysteria.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ proxies:
# fingerprint: xxxx
# fast-open: true # 启用 Fast Open (降低连接建立延迟),默认为 false
```

[通用字段](./index.md)
1 change: 1 addition & 0 deletions docs/config/proxies/hysteria2.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ proxies:
# ca: "./my.ca"
# ca-str: "xyz"
```

[通用字段](./index.md)
25 changes: 25 additions & 0 deletions docs/config/proxies/ssh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
```{.yaml linenums="1"}
proxies:
- name: "ssh-out"
type: ssh
server: 127.0.0.1
port: 22
username: root
password: password
privateKey: path
```

[通用字段](./index.md)

## username

SSH用户

## password

SSH密码

## privateKey

密钥路径

0 comments on commit a0d8367

Please sign in to comment.