mirror of
https://github.com/nadoo/glider.git
synced 2025-02-23 09:25:41 +08:00
doc: update command example
This commit is contained in:
parent
e3b716206a
commit
984d78cc09
@ -128,7 +128,7 @@ func (s *SOCKS5) ServeTCP(c net.Conn) {
|
||||
if err, ok := err.(net.Error); ok && err.Timeout() {
|
||||
continue
|
||||
}
|
||||
logf("proxy-socks5 servetcp udp associate end")
|
||||
// logf("proxy-socks5 servetcp udp associate end")
|
||||
return
|
||||
}
|
||||
}
|
||||
|
@ -15,7 +15,7 @@ config file: ***server***.conf
|
||||
```bash
|
||||
# copy config file to /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***
|
||||
|
Loading…
Reference in New Issue
Block a user