diff --git a/README.md b/README.md index 3890794..28ee861 100755 --- a/README.md +++ b/README.md @@ -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`.