b4/src
Daniel Lavrushin 3beaff8622
Enhance Vite configuration for optimized build performance
- Enabled CSS code splitting and set minification to Terser.
- Configured Terser options to drop console and debugger statements.
- Implemented manual chunk splitting for better caching, specifically for MUI icons and vendor packages.
- Increased chunk size warning limit to 800.
2026-01-16 16:06:09 +01:00
..
capture Enhance Vite configuration for optimized build performance 2026-01-16 16:06:09 +01:00
config feat(tcp): add TCP MD5 option support and related configuration 2026-01-10 23:29:49 +01:00
dhcp feat: add DHCP manager and devices configuration support 2025-12-18 21:37:56 +01:00
discovery feat(discovery): add TCP MD5 option preset and update category handling logic 2026-01-11 00:08:07 +01:00
dns feat: add DNS redirect functionality 2025-12-08 17:26:01 +01:00
geodat feat: enhance geodata loading with error handling and logging for file checks 2025-12-22 15:54:25 +01:00
http Enhance Vite configuration for optimized build performance 2026-01-16 16:06:09 +01:00
log feat(discovery): enhance DNS discovery logging and add WebSocket support 2025-12-26 23:16:20 +01:00
metrics feat: Update configuration arguments, enhance logging, and improve metrics handling 2025-11-02 01:39:53 +01:00
nfq feat(tcp): add TCP MD5 option support and related configuration 2026-01-10 23:29:49 +01:00
quic feat(fragmentation): enhance QUIC and IP fragmentation handling with SNI awareness and UI improvements 2025-12-02 21:14:34 +01:00
sni fix(nfq): ensure correct handling of UDP traffic by matching both IP and port filters 2025-12-27 03:29:46 +01:00
sock feat(tcp): add TCP MD5 option support and related configuration 2026-01-10 23:29:49 +01:00
stun feat(api): add geosite API endpoint and implement geosite tag retrieval 2025-10-25 15:34:20 +02:00
tables feat(iptables): add support for iptables multiport module and improve rule handling 2026-01-11 00:45:38 +01:00
utils Refactor NFQ packet handling for improved readability and maintainability 2025-12-22 20:02:16 +01:00
go.mod fix(go.mod): reorder 'golang.org/x/net' dependency to maintain consistency 2025-12-29 20:34:23 +01:00
go.sum Refactor code structure for improved readability and maintainability 2025-11-28 19:12:30 +01:00
main.go feat: add build-ui target to Makefile and improve graceful shutdown logging 2025-12-17 12:01:38 +01:00