mirror of
				https://github.com/nadoo/glider.git
				synced 2025-11-04 07:42:38 +08:00 
			
		
		
		
	doc: update README
This commit is contained in:
		
							parent
							
								
									ad53a6f214
								
							
						
					
					
						commit
						cc389e0cdf
					
				@ -26,7 +26,7 @@ Listen (local proxy server):
 | 
				
			|||||||
- DNS Tunnel(udp2tcp)
 | 
					- DNS Tunnel(udp2tcp)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Forward (local proxy client/upstream proxy server):
 | 
					Forward (local proxy client/upstream proxy server):
 | 
				
			||||||
- Socks5 proxy(tcp)
 | 
					- Socks5 proxy(tcp&udp)
 | 
				
			||||||
- Http proxy(tcp)
 | 
					- Http proxy(tcp)
 | 
				
			||||||
- SS proxy(tcp&udp&uot)
 | 
					- SS proxy(tcp&udp&uot)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -50,7 +50,6 @@ General:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
TODO:
 | 
					TODO:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- [ ] Socks5 UDP client
 | 
					 | 
				
			||||||
- [ ] Transparent UDP proxy (iptables tproxy)
 | 
					- [ ] Transparent UDP proxy (iptables tproxy)
 | 
				
			||||||
- [ ] DNS Cache
 | 
					- [ ] DNS Cache
 | 
				
			||||||
- [ ] TUN/TAP device support
 | 
					- [ ] TUN/TAP device support
 | 
				
			||||||
 | 
				
			|||||||
@ -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("UDP Associate End.")
 | 
									logf("proxy-socks5 servetcp udp associate end")
 | 
				
			||||||
				return
 | 
									return
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
@ -620,7 +620,7 @@ func NewSocks5PktConn(c net.PacketConn, writeAddr net.Addr, tgtAddr Addr, tgtHea
 | 
				
			|||||||
				if err, ok := err.(net.Error); ok && err.Timeout() {
 | 
									if err, ok := err.(net.Error); ok && err.Timeout() {
 | 
				
			||||||
					continue
 | 
										continue
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
				logf("UDP Associate End.")
 | 
									logf("proxy-socks5 dialudp udp associate end")
 | 
				
			||||||
				return
 | 
									return
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		}()
 | 
							}()
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user