Commit graph

3 commits

Author SHA1 Message Date
mindsolo
65daa037ee feat: Add proxy clone functionality to settings and monitor forms
- Add Clone button next to Edit button in proxy settings list
- Add Clone button next to Edit button in monitor proxy selection
- Add showClone method to ProxyDialog component
- Cloned proxy automatically has default flag set to false
- Uses existing 'Clone' translation from language files

Fixes: Allows users to easily duplicate proxy configurations
without manually re-entering all settings
2025-06-23 15:02:26 +03:00
Uğur Erkan
8078d0618d Add socks proxy support to proxy feature
- Socks proxy support implemented.
- Monitor proxy agent create flow refactored
  and moved under proxy class.

Thanks for suggestion @thomasleveil
2022-03-06 19:34:51 +03:00
Uğur Erkan
78d76512ba Add http and https proxy feature
Added new proxy feature based on http and https proxy agents.
Proxy feature works like notifications, there is many proxy
could be related one proxy entry.

Supported features
- Proxies can activate and disable in bulk
- Proxies auto enabled by default for new monitors
- Proxies could be applied in bulk to current monitors
- Both authenticated and anonymous proxies supported
- Export and import support for proxies
2022-03-06 19:34:49 +03:00