mirror of
https://github.com/nadoo/glider.git
synced 2025-04-21 19:52:07 +08:00
doc: update command example
This commit is contained in:
parent
c267487f6a
commit
da64bf764f
@ -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