mirror of
				https://github.com/Ysurac/openmptcprouter-feeds.git
				synced 2025-03-09 15:40:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			490 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			490 B
		
	
	
	
		
			Text
		
	
	
		
			Executable file
		
	
	
	
	
| config init
 | |
| 	option stdout 1
 | |
| 	option stderr 1
 | |
| 	option user frps
 | |
| 	option group frps
 | |
| 	option respawn 1
 | |
| #	OS environments pass to frp for config file template, see
 | |
| #	https://github.com/fatedier/frp#configuration-file-template
 | |
| #	list env 'ENV_NAME=value'
 | |
| #	Config files include in temporary config file.
 | |
| #	list conf_inc '/etc/frp/frps.d/frps_full.ini'
 | |
| 
 | |
| config conf 'common'
 | |
| 	option bind_port 7000
 | |
| #	List options with name="_" will be directly appended to config file
 | |
| #	list _ '# Key-A=Value-A'
 |