mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-05 09:57:14 +00:00
bde5686401
updateAmneziaWGInbound/AddInbound/DelInbound only ever updated the embedded amneziawgnet Device -- they never called SetNeedRestart the way every other protocol's mutation path does. injectAmneziawgnetSocks's Xray-side relay inbound depends on InstanceFromInbound finding at least one qualifying peer, so an edit that flips that (first peer added, last one removed, or the inbound re-enabled) previously required a full panel restart before the relay actually got created or torn down, with no error or signal anywhere. Confirmed as the root cause of a real, separate bug in this fork's retired kernel-module architecture (same missing-flag shape, different manager) -- fixing it here too before this embedded path is ever deployed for real.