Commit 795b9c8
Replace wildcard listen addresses with loopback in CLI
When the CLI reads a base URL from config, 0.0.0.0 or [::] aren't
connectable. Rewrite them to 127.0.0.1 or [::1] so the client can
actually reach the server.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 695a812 commit 795b9c8
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
436 | | - | |
| 436 | + | |
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
443 | 450 | | |
444 | 451 | | |
445 | 452 | | |
| |||
0 commit comments