Removes the netbird-only IP whitelist middleware from the hermes-dashboard Traefik router.
Access control is handled at the DNS level: dash.m3ta.dev resolves to the Netbird mesh IP (100.81.142.56) which is a CGNAT address and unreachable from the public internet. The middleware was redundant and blocking legitimate mesh traffic.
Changes:
Removed netbird-only middleware definition
Removed middlewares = ["netbird-only"] from hermes-dashboard router
Note: DNS A-record for dash.m3ta.dev must be set to 100.81.142.56 (m3-atlas Netbird IP) for this to work. TLS cert provisioning via GoDaddy DNS challenge is unaffected (uses TXT records).
Removes the `netbird-only` IP whitelist middleware from the hermes-dashboard Traefik router.
Access control is handled at the DNS level: `dash.m3ta.dev` resolves to the Netbird mesh IP (`100.81.142.56`) which is a CGNAT address and unreachable from the public internet. The middleware was redundant and blocking legitimate mesh traffic.
Changes:
- Removed `netbird-only` middleware definition
- Removed `middlewares = ["netbird-only"]` from hermes-dashboard router
Note: DNS A-record for `dash.m3ta.dev` must be set to `100.81.142.56` (m3-atlas Netbird IP) for this to work. TLS cert provisioning via GoDaddy DNS challenge is unaffected (uses TXT records).
Access control is handled at DNS level — dash.m3ta.dev resolves to
Netbird IP (100.81.142.56) which is unreachable from the public internet.
No need for IP whitelist middleware.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Removes the
netbird-onlyIP whitelist middleware from the hermes-dashboard Traefik router.Access control is handled at the DNS level:
dash.m3ta.devresolves to the Netbird mesh IP (100.81.142.56) which is a CGNAT address and unreachable from the public internet. The middleware was redundant and blocking legitimate mesh traffic.Changes:
netbird-onlymiddleware definitionmiddlewares = ["netbird-only"]from hermes-dashboard routerNote: DNS A-record for
dash.m3ta.devmust be set to100.81.142.56(m3-atlas Netbird IP) for this to work. TLS cert provisioning via GoDaddy DNS challenge is unaffected (uses TXT records).