Commit graph

9 commits

Author SHA1 Message Date
Daniel Lavrushin
034f9e3f28
fix: update routing logic to prevent conflicts with other router apps… (#253)
Some checks are pending
Deploy documentation / build-and-deploy (push) Waiting to run
2026-06-14 01:26:35 +02:00
Daniel Lavrushin
496f42f594
feat: enhance DNS handling with SERVFAIL responses and improve ASN in… (#248)
Some checks are pending
Deploy documentation / build-and-deploy (push) Waiting to run
2026-06-10 00:25:12 +02:00
Daniel Lavrushin
a3659a8c8f
fix: enforce VERSION specification for Swagger documentation generation and add versioning support 2026-04-02 20:06:05 +02:00
Daniel Lavrushin
8a5821511c
fix: update Swagger documentation output path to src/tools/docs 2026-04-01 12:25:44 +02:00
Daniel Lavrushin
8c064acefd
Refactor default set configuration and update import/export functionality
- Added `defaults.json` to .gitignore to prevent tracking of generated defaults.
- Updated `ImportExport.tsx` to utilize the new default set structure and removed direct dependency on `defaultRoutingConfig`.
- Modified `TrafficRouting.tsx` to directly use the routing configuration from the set without fallback to `defaultRoutingConfig`.
- Refactored `createDefaultSet` in `defaults.ts` to generate default configurations from `defaults.json` instead of hardcoded values.
- Introduced TypeScript declaration file for `defaults.json` to ensure type safety.
- Added a new Go script `gendefaults.go` to generate `defaults.json` from the configuration structure.
2026-04-01 12:16:43 +02:00
Daniel Lavrushin
100c5cef3b
Refactor code structure for improved readability and maintainability 2026-03-30 11:20:39 +02:00
Daniel Lavrushin
d6851ca8b7
feat: update Swagger documentation and API endpoints for device alias management 2026-03-21 03:24:57 +01:00
Daniel Lavrushin
d9bd7b250e
Refactor code structure for improved readability and maintainability 2026-03-21 03:13:47 +01:00
Daniel Lavrushin
a3710f844b
feat(makefile): add Makefile for build configuration and deployment
feat(env): create example .env file for SFTP deployment settings
2026-03-13 20:10:00 +01:00
Renamed from makefile (Browse further)