Update readme.md

This commit is contained in:
wood chen 2024-10-30 00:08:43 +08:00 committed by GitHub
parent 380d993b6d
commit 533737692d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,8 @@
A simple reverse proxy server written in Go. A simple reverse proxy server written in Go.
使用方法: https://q58.org/t/topic/165?u=wood
## Configuration ## Configuration
Create a `config.json` file in the `data` directory: Create a `config.json` file in the `data` directory:
@ -14,3 +16,5 @@ Create a `config.json` file in the `data` directory:
} }
} }
``` ```