mirror of
https://github.com/yusing/godoxy.git
synced 2025-06-09 13:02:33 +02:00
revert readme
This commit is contained in:
parent
decd2c2ded
commit
c2ff497cc9
1 changed files with 1 additions and 11 deletions
12
README.md
12
README.md
|
@ -59,21 +59,11 @@ For full documentation, check out **[Wiki](https://github.com/yusing/go-proxy/wi
|
||||||
|
|
||||||
## Prerequisites
|
## 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`
|
- A Record: `*.y.z` -> `10.0.10.1`
|
||||||
- AAAA Record: `*.y.z` -> `::ffff:a00:a01`
|
- 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
|
## 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`.
|
**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`.
|
||||||
|
|
Loading…
Add table
Reference in a new issue