Files
links/routermon
junvandCopilot 611305b0ab fix(routermon): fix receiver startup, logging config, and JS template escaping
- Remove SO_REUSEADDR from UDP socket so only one gunicorn worker binds
  port 5514 (second worker intentionally gets EADDRINUSE and skips)
- Add print() fallback for bind confirmation/errors so startup is visible
  even when Django logging config is not fully set up
- Fix duplicate LOGGING dict in settings.py: second assignment was
  overriding the first and removing the root logger handler, silently
  swallowing all routermon/core startup logs
- Add sys.stderr fallback in core/apps.py ready() for startup exceptions
- Fix JS SyntaxError: {{ top_domains_json }} needs |safe filter since
  Django auto-escapes quotes to " inside script tags

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-16 14:58:39 +10:00
..
2026-04-16 14:01:43 +10:00
2026-04-16 14:12:21 +10:00
2026-04-16 14:01:43 +10:00
2026-04-16 14:01:43 +10:00
2026-04-16 14:01:43 +10:00
2026-04-16 14:01:43 +10:00
2026-04-16 14:12:21 +10:00
2026-04-16 14:01:43 +10:00
2026-04-16 14:01:43 +10:00
2026-04-16 14:01:43 +10:00
2026-04-16 14:01:43 +10:00