This commit is contained in:
wood chen 2024-10-30 07:43:20 +08:00
commit 9fa26930ef

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:
} }
} }
``` ```