mirror of
				https://github.com/nadoo/glider.git
				synced 2025-11-04 15:52:38 +08:00 
			
		
		
		
	doc: add some info about udptun/uottun
This commit is contained in:
		
							parent
							
								
									cc389e0cdf
								
							
						
					
					
						commit
						2d18e337e0
					
				@ -10,6 +10,11 @@ PC Client -> Gateway with glider running(linux box) -> Upstream Forwarders -> In
 | 
			
		||||
 | 
			
		||||
so you don't need any dns server in your network.
 | 
			
		||||
 | 
			
		||||
#### Create a ipset manually
 | 
			
		||||
```bash
 | 
			
		||||
ipset create glider hash:net
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
#### Glider Configuration
 | 
			
		||||
##### glider.conf
 | 
			
		||||
```bash
 | 
			
		||||
 | 
			
		||||
@ -49,6 +49,12 @@ listen=socks5://:1080
 | 
			
		||||
# listen on 1082 as a tcp tunnel, all requests to :1082 will be forward to 1.1.1.1:80
 | 
			
		||||
# listen=tcptun://:1082=1.1.1.1:80
 | 
			
		||||
 | 
			
		||||
# listen on 1083 as a udp tunnel, all requests to :1083 will be forward to 1.1.1.1:53
 | 
			
		||||
# listen=udptun://:1083=1.1.1.1:53
 | 
			
		||||
 | 
			
		||||
# listen on 1084 as a udp over tcp tunnel, all requests to :1084 will be forward to 1.1.1.1:53
 | 
			
		||||
# listen=uottun://:1084=1.1.1.1:53
 | 
			
		||||
 | 
			
		||||
# a dnstun is a special dns forwarder server with a fixed remote dns
 | 
			
		||||
# listen on udp port 5353, act as a local dns server, 
 | 
			
		||||
# forward all requests to 8.8.8.8:53 via tcp protocol
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user