denozord
  • Joined on 2024-11-14
denozord pushed to main at infra/shx-network 2025-07-16 10:59:11 +07:00
051914ed93 Add detailed configuration guide for OSPF route acquisition through IHOR to SWE-HIPHOST. Included step-by-step instructions for setting up GRE tunnels, OSPF areas, and policy-based routing for YouTube traffic. Enhanced architecture overview and troubleshooting tips for OSPF neighbor establishment and route announcements.
denozord pushed to main at infra/shx-network 2025-07-16 10:41:26 +07:00
686f4fffc3 Enhance README.md with detailed instructions for configuring OSPF in "receive-only" mode on HOME. Added multiple approaches for achieving this configuration, including disabling route redistribution, using filters, and creating stub areas. Included a comparison table of methods and emphasized the importance of avoiding inter-server routing. Updated sections on OSPF instance isolation and provided comprehensive examples for each method.
denozord pushed to tabler at denozord/router-lists-ui 2025-07-15 23:46:21 +07:00
04766bd005 feat: Enhance GraphView component with draggable nodes, improved positioning, and country color coding for better visualization of server connections
denozord pushed to tabler at denozord/router-lists-ui 2025-07-15 22:01:10 +07:00
bbf143dee7 refactor: Simplify GraphView component by removing state management and implementing grid-based node positioning for improved layout
denozord pushed to tabler at denozord/router-lists-ui 2025-07-15 21:47:01 +07:00
a104cc7a3f feat: Replace react-vis-network-graph with react-sigma for enhanced graph visualization and update GraphView component to utilize SVG for rendering connections and nodes
denozord pushed to tabler at denozord/router-lists-ui 2025-07-15 19:37:33 +07:00
c5da9e357e feat: Replace ForceGraph with react-vis-network-graph for improved visualization and enhance ServerManager with connection validation and deletion functionality
denozord pushed to tabler at denozord/router-lists-ui 2025-07-15 19:24:47 +07:00
2590b08262 feat: Add GraphView component for visualizing server connections and implement connection management in ServerManager
denozord created repository infra/mikrotik-monitoring 2025-07-15 09:48:22 +07:00
denozord pushed to tabler at denozord/router-lists-ui 2025-07-14 23:12:07 +07:00
1a31b37677 fix: Correct spelling of 'community' in S3 file paths and remove outdated domains_comunity.txt file
denozord pushed to tabler at denozord/router-lists-ui 2025-07-14 22:17:49 +07:00
646e9be382 refactor: Update S3 file paths in server.js to use a new directory structure for better organization
denozord pushed to tabler at denozord/router-lists-ui 2025-07-14 20:36:12 +07:00
24d4e743b5 feat: Integrate ASNsNewManager component for ASN management in routing
denozord pushed to tabler at denozord/router-lists-ui 2025-07-14 20:18:42 +07:00
b65d459e5d update ui
denozord pushed to tabler at denozord/router-lists-ui 2025-07-14 19:40:30 +07:00
2bee891548 feat: Add IP ranges management API endpoints and integrate with frontend for viewing and updating IP ranges
denozord pushed to tabler at denozord/router-lists-ui 2025-07-14 16:09:43 +07:00
a54c09ae15 feat: Implement complete server deletion endpoint in API and update FilterManager to utilize it for removing server configurations and associated files
denozord pushed to tabler at denozord/router-lists-ui 2025-07-14 15:57:59 +07:00
2f33d2545a refactor: Update server configuration and filter API endpoints to use a new directory structure for improved organization
denozord pushed to tabler at denozord/router-lists-ui 2025-07-14 15:41:32 +07:00
3b852464d6 feat: Enhance FilterManager with advanced and simple preview modes for configuration, including improved modal display and copy functionality
denozord pushed to tabler at denozord/router-lists-ui 2025-07-14 15:13:34 +07:00
c62666bd42 feat: Implement simple filters management in FilterManager with API integration for fetching, adding, and deleting filters, enhancing user experience and functionality
denozord pushed to tabler at denozord/router-lists-ui 2025-07-14 15:01:11 +07:00
e6a9c17aa0 refactor: Simplify FilterManager layout by conditionally rendering server statistics and search section based on advanced mode, and remove custom hover effects in App.css for cleaner UI
denozord pushed to tabler at denozord/router-lists-ui 2025-07-14 13:41:06 +07:00
fd769dc81a feat: Add toggle buttons for switching between simple and advanced modes in FilterManager to enhance user navigation
denozord pushed to tabler at denozord/router-lists-ui 2025-07-14 13:24:33 +07:00
6bcc8a8331 refactor: Update simplified filter management UI in FilterManager to use card layout, enhancing visual consistency and user experience