Commit 84a83c3
committed
nix-web-monitor: bind to all interfaces by default
The 127.0.0.1 default made the UI unreachable over LAN/Tailscale without
passing --host every time. WebTransport pins the cert by hash, so off-host
names connect without a SAN match.1 parent 62b0304 commit 84a83c3
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
0 commit comments