mirror of
				https://github.com/max-moser/network-manager-wireguard.git
				synced 2025-11-04 00:53:49 +03:00 
			
		
		
		
	Add service defines
This commit is contained in:
		
							parent
							
								
									f9f04bb438
								
							
						
					
					
						commit
						7854ed37d2
					
				@ -28,15 +28,19 @@
 | 
			
		||||
#define NM_DBUS_INTERFACE_OPENVPN  "org.freedesktop.NetworkManager.wireguard"
 | 
			
		||||
#define NM_DBUS_PATH_OPENVPN       "/org/freedesktop/NetworkManager/wireguard"
 | 
			
		||||
 | 
			
		||||
#define NM_WG_KEY_ADDR_IP4 "local-ip4"
 | 
			
		||||
#define NM_WG_KEY_ADDR_IP6 "local-ip6"
 | 
			
		||||
#define NM_WG_KEY_LISTEN_PORT "local-listen-port"
 | 
			
		||||
#define NM_WG_KEY_PRIVATE_KEY "local-private-key"
 | 
			
		||||
#define NM_WG_KEY_POST_UP "script-post-up"
 | 
			
		||||
#define NM_WG_KEY_POST_DOWN "script-post-down"
 | 
			
		||||
#define NM_WG_KEY_PUBLIC_KEY "peer-public-key"
 | 
			
		||||
#define NM_WG_KEY_ALLOWED_IPS "peer-allowed-ips"
 | 
			
		||||
#define NM_WG_KEY_ENDPOINT "peer-endpoint"
 | 
			
		||||
#define NM_WG_KEY_ADDR_IP4      "local-ip4"
 | 
			
		||||
#define NM_WG_KEY_ADDR_IP6      "local-ip6"
 | 
			
		||||
#define NM_WG_KEY_LISTEN_PORT   "local-listen-port"
 | 
			
		||||
#define NM_WG_KEY_PRIVATE_KEY   "local-private-key"
 | 
			
		||||
#define NM_WG_KEY_DNS           "connection-dns"
 | 
			
		||||
#define NM_WG_KEY_MTU           "connection-mtu"
 | 
			
		||||
#define NM_WG_KEY_PRE_UP        "script-pre-up"
 | 
			
		||||
#define NM_WG_KEY_POST_UP       "script-post-up"
 | 
			
		||||
#define NM_WG_KEY_PRE_DOWN      "script-pre-down"
 | 
			
		||||
#define NM_WG_KEY_POST_DOWN     "script-post-down"
 | 
			
		||||
#define NM_WG_KEY_PUBLIC_KEY    "peer-public-key"
 | 
			
		||||
#define NM_WG_KEY_ALLOWED_IPS   "peer-allowed-ips"
 | 
			
		||||
#define NM_WG_KEY_ENDPOINT      "peer-endpoint"
 | 
			
		||||
#define NM_WG_KEY_PRESHARED_KEY "preshared-key"
 | 
			
		||||
 | 
			
		||||
#define NM_OPENVPN_KEY_AUTH "auth"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user