1
0

stop specifying language in markdown code block

This commit is contained in:
EAimTY 2023-05-22 03:17:20 +09:00
parent cb81b2c4c8
commit 58863dca5b
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ tuic-client -c PATH/TO/CONFIG
## Configuration ## Configuration
```json ```
{ {
// Settings for the outbound TUIC proxy // Settings for the outbound TUIC proxy
"relay": { "relay": {

View File

@ -23,7 +23,7 @@ tuic-server -c PATH/TO/CONFIG
## Configuration ## Configuration
```json ```
{ {
// The socket address to listen on // The socket address to listen on
"server": "[::]:443", "server": "[::]:443",