Skip to content

Commit

Permalink
fix en
Browse files Browse the repository at this point in the history
  • Loading branch information
haruue committed Aug 16, 2024
1 parent 4a9836c commit 6f0f812
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/docs/advanced/Full-Client-Config.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ transport:
```

1. The port hopping interval. This is only relevant if you're using a port hopping address. See [Port Hopping](Port-Hopping.md) for more information.
2. Please read the instructions at the top of the page regarding the "type selector".
2. Please read the instructions regarding the "type selector" at the top of this page.

## Obfuscation

Expand All @@ -86,7 +86,7 @@ obfs:
```

1. Replace with a strong password of your choice.
2. Please read the instructions at the top of the page regarding the "type selector".
2. Please read the instructions regarding the "type selector" at the top of this page.

## QUIC parameters

Expand Down
12 changes: 6 additions & 6 deletions docs/docs/advanced/Full-Server-Config.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ You can have either `tls` or `acme`, but not both.
1. CA to use. Can be `letsencrypt` or `zerossl`.
2. Listening address for ACME verification (no port). Defaults to listening on all available interfaces.
3. Directory to store ACME credentials.
4. ACME challenge type. Please read the instructions at the top of the page regarding the "type selector".
4. ACME challenge type. Please read the instructions regarding the "type selector" at the top of this page.
5. Listening port for HTTP challenges.
(Note: Changing to a port other than 80 requires port forwarding or HTTP reverse proxy, or the challenge will fail!)
6. Listening port for TLS-ALPN challenges.
Expand All @@ -88,7 +88,7 @@ obfs:
```

1. Replace with a strong password of your choice.
2. Please read the instructions at the top of the page regarding the "type selector".
2. Please read the instructions regarding the "type selector" at the top of this page.

## QUIC parameters

Expand Down Expand Up @@ -236,7 +236,7 @@ auth:
3. The URL of the backend server that handles authentication.
4. Disable TLS verification for the backend server (only applies to HTTPS URLs).
5. The path to the command that handles authentication.
6. Please read the instructions at the top of the page regarding the "type selector".
6. Please read the instructions regarding the "type selector" at the top of this page.

### HTTP authentication

Expand Down Expand Up @@ -314,7 +314,7 @@ resolver:
5. The SNI to use for the TLS resolver.
6. Disable TLS verification for the TLS resolver.
7. The address of the HTTPS resolver.
8. Please read the instructions at the top of the page regarding the "type selector".
8. Please read the instructions regarding the "type selector" at the top of this page.

If omitted, Hysteria will use the system's default resolver.

Expand Down Expand Up @@ -428,7 +428,7 @@ outbounds:
4. Optional. The password for the SOCKS5 proxy, if authentication is required.
5. The URL of the HTTP/HTTPS proxy. (Can be `http://` or `https://`)
6. Optional. Whether to disable TLS verification. Applies to HTTPS proxies only.
7. Please read the instructions at the top of the page regarding the "type selector".
7. Please read the instructions regarding the "type selector" at the top of this page.

### Customizing `direct` outbound

Expand Down Expand Up @@ -509,7 +509,7 @@ masquerade:
4. The string to return.
5. Optional. The headers to return.
6. Optional. The status code to return. 200 by default.
7. Please read the instructions at the top of the page regarding the "type selector".
7. Please read the instructions regarding the "type selector" at the top of this page.

You can test your masquerade configuration by starting Chrome with a special flag (to force QUIC):

Expand Down

0 comments on commit 6f0f812

Please sign in to comment.