Skip to content

Commit

Permalink
update proxy-providers and proxy-groups.load-balance (#45)
Browse files Browse the repository at this point in the history
* update proxy-providers/index.md

* update proxy-groups/load-balance.md
  • Loading branch information
muink authored Oct 4, 2024
1 parent cbc1598 commit f8dc3c1
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 6 deletions.
2 changes: 2 additions & 0 deletions docs/config/proxy-groups/load-balance.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ Load balancing strategy.
* `consistent-hashing`: Distributes requests with the same top-level domain to the same proxy node within the strategy group.

* `round-robin`: Distributes all requests to different proxy nodes within the strategy group.

* `sticky-sessions`: sticky-sessions.
2 changes: 2 additions & 0 deletions docs/config/proxy-groups/load-balance.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ proxy-groups:
* `consistent-hashing` 将会把相同顶级域名的请求分配给策略组内的同一个代理节点

* `round-robin` 将会把所有的请求分配给策略组内不同的代理节点

* `sticky-sessions`: sticky-sessions
15 changes: 12 additions & 3 deletions docs/config/proxy-providers/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ proxy-providers:
lazy: true
expected-status: 204
override:
skip-cert-verify: true
tfo: false
mptcp: false
udp: true
udp-over-tcp: false
down: "50 Mbps"
up: "10 Mbps"
skip-cert-verify: true
dialer-proxy: proxy
interface-name: tailscale0
routing-mark: 233
Expand Down Expand Up @@ -134,14 +137,20 @@ Replace the content of the node name, supporting regular expressions, where patt

### Configuration Items

Refer to common fields [tfo](../proxies/index.md#tfo)

Refer to common fields [mptcp](../proxies/index.md#mptcp)

Refer to common fields [udp](../proxies/index.md#udp).

Refer to `Shadowsocks` [udp-over-tcp](../proxies/ss.md#udp-over-tcp)

Refer to `Hysteria`/`Hysteria2` [up](../proxies/hysteria2.md#updown).

Refer to `Hysteria`/`Hysteria2` [down](../proxies/hysteria2.md#updown).

Refer to common fields [skip-cert-verify](../proxies/tls.md#skip-cert-verify).

Refer to common fields [udp](../proxies/index.md#udp).

Refer to common fields [dialer-proxy](../proxies/index.md#dialer-proxy).

Refer to common fields [interface-name](../proxies/index.md#interface-name).
Expand Down
15 changes: 12 additions & 3 deletions docs/config/proxy-providers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ proxy-providers:
lazy: true
expected-status: 204
override:
skip-cert-verify: true
tfo: false
mptcp: false
udp: true
udp-over-tcp: false
down: "50 Mbps"
up: "10 Mbps"
skip-cert-verify: true
dialer-proxy: proxy
interface-name: tailscale0
routing-mark: 233
Expand Down Expand Up @@ -134,14 +137,20 @@ proxy-providers:

### 配置项

参阅通用字段 [tfo](../proxies/index.md#tfo)

参阅通用字段 [mptcp](../proxies/index.md#mptcp)

参阅通用字段 [udp](../proxies/index.md#udp)

参阅`Shadowsocks` [udp-over-tcp](../proxies/ss.md#udp-over-tcp)

参阅`Hysteria`/`Hysteria2` [up](../proxies/hysteria2.md#updown)

参阅`Hysteria`/`Hysteria2` [down](../proxies/hysteria2.md#updown)

参阅通用字段 [skip-cert-verify](../proxies/tls.md#skip-cert-verify)

参阅通用字段 [udp](../proxies/index.md#udp)

参阅通用字段 [dialer-proxy](../proxies/index.md#dialer-proxy)

参阅通用字段 [interface-name](../proxies/index.md#interface-name)
Expand Down

0 comments on commit f8dc3c1

Please sign in to comment.