## Description Check if SOCKS5/HTTP sections already exist in wireproxy configs to avoid conflicts. ## Tasks - [ ] Parse wireproxy config to detect existing `[Socks5]` and `[http]` sections - [ ] Skip adding proxy sections if they already exist - [ ] Log which configs already have proxy configurations ## Priority High - Foundation feature