doc: update command example

This commit is contained in:
nadoo 2018-02-08 11:13:21 +08:00
parent e3b716206a
commit 984d78cc09
2 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ func (s *SOCKS5) ServeTCP(c net.Conn) {
if err, ok := err.(net.Error); ok && err.Timeout() { if err, ok := err.(net.Error); ok && err.Timeout() {
continue continue
} }
logf("proxy-socks5 servetcp udp associate end") // logf("proxy-socks5 servetcp udp associate end")
return return
} }
} }

View File

@ -15,7 +15,7 @@ config file: ***server***.conf
```bash ```bash
# copy config file to /etc/glider/ # copy config file to /etc/glider/
mkdir /etc/glider/ mkdir /etc/glider/
cp glider.conf.example /etc/glider/server.conf cp ./config/glider.conf.example /etc/glider/server.conf
``` ```
enable and start service: glider@***server*** enable and start service: glider@***server***