mirror of
				https://github.com/nadoo/glider.git
				synced 2025-11-04 07:42:38 +08:00 
			
		
		
		
	added install info for ArchLinux
This commit is contained in:
		
							parent
							
								
									cc6f121764
								
							
						
					
					
						commit
						a604f645f6
					
				
							
								
								
									
										21
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										21
									
								
								README.md
									
									
									
									
									
								
							@ -2,8 +2,28 @@
 | 
				
			|||||||
glider is a forward proxy with several protocols support.
 | 
					glider is a forward proxy with several protocols support.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Install
 | 
					## Install
 | 
				
			||||||
 | 
					Binary: 
 | 
				
			||||||
 | 
					- [https://github.com/nadoo/glider/releases](https://github.com/nadoo/glider/releases)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Go Get :
 | 
				
			||||||
 | 
					```bash
 | 
				
			||||||
go get -u github.com/nadoo/glider
 | 
					go get -u github.com/nadoo/glider
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					ArchLinux: 
 | 
				
			||||||
 | 
					```bash
 | 
				
			||||||
 | 
					sudo pacman -S glider
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Run
 | 
				
			||||||
 | 
					```bash
 | 
				
			||||||
 | 
					glider -listen :8443 -verbose
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					with config file:
 | 
				
			||||||
 | 
					```bash
 | 
				
			||||||
 | 
					glider -config CONFIGPATH
 | 
				
			||||||
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Usage
 | 
					## Usage
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
@ -158,3 +178,4 @@ systemctl start glider.service
 | 
				
			|||||||
- [go-ss2](https://github.com/shadowsocks/go-shadowsocks2): the core ss protocol support
 | 
					- [go-ss2](https://github.com/shadowsocks/go-shadowsocks2): the core ss protocol support
 | 
				
			||||||
- [gost](https://github.com/ginuerzh/gost): ideas and inspirations
 | 
					- [gost](https://github.com/ginuerzh/gost): ideas and inspirations
 | 
				
			||||||
- [conflag](https://github.com/nadoo/conflag): command line and config file parse support
 | 
					- [conflag](https://github.com/nadoo/conflag): command line and config file parse support
 | 
				
			||||||
 | 
					- [ArchLinux](https://www.archlinux.org): [https://www.archlinux.org/packages/community/x86_64/glider/](https://www.archlinux.org/packages/community/x86_64/glider/)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user