docs: site-example: update mesh VPN configuration
This commit is contained in:
		
							parent
							
								
									e6d0b58d91
								
							
						
					
					
						commit
						ca5e1f8b75
					
				| @ -96,16 +96,18 @@ | |||||||
|   -- }, |   -- }, | ||||||
| 
 | 
 | ||||||
|   mesh_vpn = { |   mesh_vpn = { | ||||||
|     -- Refer to http://fastd.readthedocs.org/en/latest/ to better understand |     -- enabled = true, | ||||||
|     -- what these options do. |     mtu = 1280, | ||||||
|  | 
 | ||||||
|     fastd = { |     fastd = { | ||||||
|  |       -- Refer to http://fastd.readthedocs.org/en/latest/ to better understand | ||||||
|  |       -- what these options do. | ||||||
|  | 
 | ||||||
|       -- List of crypto-methods to use. |       -- List of crypto-methods to use. | ||||||
|       methods = {'salsa2012+umac'}, |       methods = {'salsa2012+umac'}, | ||||||
|       -- enabled = true, |  | ||||||
|       -- configurable = true, |       -- configurable = true, | ||||||
|       -- syslog_level = 'warn', |       -- syslog_level = 'warn', | ||||||
| 
 | 
 | ||||||
|       mtu = 1280, |  | ||||||
|       groups = { |       groups = { | ||||||
|         backbone = { |         backbone = { | ||||||
|           -- Limit number of connected peers to reduce bandwidth. |           -- Limit number of connected peers to reduce bandwidth. | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user