mirror of
				https://github.com/flynx/proxmox-utils.git
				synced 2025-11-03 21:50:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			193 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			193 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
[Interface]
 | 
						|
PrivateKey = ${CLIENT_PRIVATE_KEY}
 | 
						|
Address = ${CLIENT_IP}
 | 
						|
DNS = ${DNS}
 | 
						|
 | 
						|
[Peer]
 | 
						|
PublicKey = ${SERVER_PUBLIC_KEY}
 | 
						|
AllowedIPs = ${ALLOWED_IPS}
 | 
						|
Endpoint = ${ENDPOINT}:${ENDPOINT_PORT}
 | 
						|
 |