mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-06 17:59:11 +00:00
feat: add upnp support (#1449)
This commit is contained in:
@@ -53,6 +53,11 @@ pub enum GlobalCtxEvent {
|
||||
ListenerAcceptFailed(url::Url, String), // (url, error message)
|
||||
ConnectionAccepted(String, String), // (local url, remote url)
|
||||
ConnectionError(String, String, String), // (local url, remote url, error message)
|
||||
ListenerPortMappingEstablished {
|
||||
local_listener: url::Url,
|
||||
mapped_listener: url::Url,
|
||||
backend: String,
|
||||
},
|
||||
|
||||
Connecting(url::Url),
|
||||
ConnectError(String, String, String), // (dst, ip version, error message)
|
||||
|
||||
Reference in New Issue
Block a user