mirror of
				https://github.com/nadoo/glider.git
				synced 2025-11-04 15:52:38 +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() {
 | 
									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