You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
booldiscoverable=1; // whether the peer should be returned along with the networks it's in
15
-
stringendpoint_public_udp4=2; // the endpoint (IPv4 + port) to send packets to for the peer
16
-
stringendpoint_public_udp6=3; // the endpoint (IPv6 + port) to send packets to for the peer
17
-
stringpublic_key=4; // the public key of the peer, only used in connector
14
+
booldiscoverable=1; // whether the peer should be returned along with the networks it's in
15
+
stringendpoint_public_udp4=2 [deprecated = true]; // the endpoint (IPv4 + port) to send packets to for the peer
16
+
stringendpoint_public_udp6=3 [deprecated = true]; // the endpoint (IPv6 + port) to send packets to for the peer
17
+
stringpublic_key=4; // the public key of the peer, only used in connector
18
+
repeatedIPAddrPortaddresses=5; // all ip address and port combinations that the peer can tx/rx traffic
18
19
}
19
20
20
21
messageHeartbeatMessage {}
@@ -75,11 +76,12 @@ message WireGuardPeer {
75
76
stringipv6=3; // the peer's (private) IPv6 address in the WireGuard network
76
77
repeatedstringallowed_ips=4 [deprecated = true]; // list of routes (CIDRs) to be routed through this peer (most peers will just have their own IP/32). (this field is now deprecated in favor of building the allowed_ips list from ipv4 + ipv6 + service ips + subnet routes)
77
78
uint32persistent_keepalive_interval_seconds=5; // the interval for sending keepalive packets (0 means disabled)
78
-
stringpublic_udp4_endpoint=6; // endpoint for UDP peer-to-peer communication over IPv4 (public IPv4 + port as seen from the Internet)
79
-
stringpublic_udp6_endpoint=7; // endpoint for UDP peer-to-peer communication over IPv6 (public IPv6 + port as seen from the Internet)
79
+
stringpublic_udp4_endpoint=6 [deprecated = true];// endpoint for UDP peer-to-peer communication over IPv4 (public IPv4 + port as seen from the Internet)
80
+
stringpublic_udp6_endpoint=7 [deprecated = true];// endpoint for UDP peer-to-peer communication over IPv6 (public IPv6 + port as seen from the Internet)
80
81
PeerTypetype=8; // client or connector
81
82
repeatedServiceservices=9; // applicable only when PeerType == PEER_TYPE_CONNECTOR
82
-
stringname=10; // device (client or connector) name
83
+
stringname=10; // device (client or connector) name
84
+
repeatedIPAddrPortaddresses=11; // all ip address and port combinations that the peer can tx/rx traffic
0 commit comments