aboutsummaryrefslogtreecommitdiff
path: root/services/dashboard/overview.go
AgeCommit message (Collapse)AuthorFilesLines
2026-03-08fix(domain): ensure proper formatting of error messages and add newline at ↵HEADmainBobby1-9/+9
end of file
2026-03-08Refactor DNS and SMTP configurations; add system DNS managementBobby1-0/+417
- Updated DNS server address configuration to use BindAddress and DnsPort. - Enhanced email submission to utilize BindAddress for SMTP server address. - Improved error messages for unknown recipient domains. - Introduced a new OrderedMap structure for route management. - Added system DNS management functions for Linux, Darwin, and Windows platforms. - Created new dashboard services for DNS configuration and overview. - Updated UI to include Proxy Rules section and improved descriptions. - Added new utility functions for handling DNS configurations.