mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-02-23 03:23:17 +08:00
The listener.Cleanup method will be called during executor.Shutdown and route.restart, so it should serve all kinds of listeners rather than a single tun device. Currently listener.ReCreateTun will call it to handle some internal affairs, This should be decoupled. In this way, the cleanup tasks for data outside the process life cycle that other listeners will add here in the future will not be accidentally triggered by configuring tun. |
||
---|---|---|
.. | ||
auth | ||
autoredir | ||
config | ||
http | ||
inbound | ||
inner | ||
mixed | ||
redir | ||
shadowsocks | ||
sing | ||
sing_shadowsocks | ||
sing_tun | ||
sing_vmess | ||
socks | ||
tproxy | ||
tuic | ||
tunnel | ||
listener.go | ||
parse.go |