Commit 1b7234d
authored
feat: default ogx go to localhost instead of all interfaces (#6402)
The generated config now sets server.host to 127.0.0.1, preventing
accidental exposure of the server to the network. A new --host flag
allows users to explicitly bind to a different address.
Signed-off-by: Matthew Farrellee <matt@cs.wisc.edu>1 parent 3a71a54 commit 1b7234d
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
214 | 220 | | |
215 | 221 | | |
216 | 222 | | |
| |||
478 | 484 | | |
479 | 485 | | |
480 | 486 | | |
481 | | - | |
| 487 | + | |
| 488 | + | |
482 | 489 | | |
483 | 490 | | |
484 | 491 | | |
| |||
0 commit comments