mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-15 18:35:47 +00:00
feat: add upnp support (#1449)
This commit is contained in:
@@ -355,6 +355,21 @@ fn handle_event(
|
||||
event!(info, category: "CONNECTION", local, remote, err, "[{}] connection error", instance_id);
|
||||
}
|
||||
|
||||
GlobalCtxEvent::ListenerPortMappingEstablished {
|
||||
local_listener,
|
||||
mapped_listener,
|
||||
backend,
|
||||
} => {
|
||||
event!(
|
||||
info,
|
||||
%local_listener,
|
||||
%mapped_listener,
|
||||
backend,
|
||||
"[{}] listener port mapping established",
|
||||
instance_id
|
||||
);
|
||||
}
|
||||
|
||||
GlobalCtxEvent::TunDeviceReady(dev) => {
|
||||
event!(info, dev, "[{}] tun device ready", instance_id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user