mirror of
https://github.com/nadoo/glider.git
synced 2025-02-23 17:35:40 +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() {
|
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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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***
|
||||||
|
Loading…
Reference in New Issue
Block a user