revert readme

This commit is contained in:
yusing 2025-02-13 17:07:17 +08:00
parent decd2c2ded
commit c2ff497cc9

View file

@ -59,21 +59,11 @@ For full documentation, check out **[Wiki](https://github.com/yusing/go-proxy/wi
## Prerequisites
1. Setup DNS Records point to machine which runs `GoDoxy`, e.g.
Setup DNS Records point to machine which runs `GoDoxy`, e.g.
- A Record: `*.y.z` -> `10.0.10.1`
- AAAA Record: `*.y.z` -> `::ffff:a00:a01`
2. Create shell alias:
```shell
# for main server
alias godoxy="docker exec godoxy /app/godoxy"
# for agent server
alias godoxy-agent="docker exec godoxy-agent /app/godoxy-agent"
```
## Setup
**NOTE:** GoDoxy is designed to be (and only works when) running in `host` network mode, do not change it. To change listening ports, modify `.env`.