Skip to content

Commit a05beef

Browse files
committed
fix: Update README with new defaults
* Update README with `HEALTH_CHECK_PORT` variable. * Change default listen address to `127.0.0.1` Signed-off-by: Dinar Valeev <[email protected]>
1 parent 08c59de commit a05beef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ DOMAIN_FILTER="cloud.example, 1.2.3.0/24"
4343

4444
| Environment Variable | Default value | Required |
4545
|--------------------------------|---------------|----------|
46-
| SERVER_HOST | 0.0.0.0 | true |
46+
| SERVER_HOST | 127.0.0.1 | true |
4747
| SERVER_PORT | 8888 | true |
48+
| HEALTH_CHECK_PORT | 8080 | false |
4849
| SERVER_READ_TIMEOUT | | false |
4950
| SERVER_WRITE_TIMEOUT | | false |
5051
| DOMAIN_FILTER | | false |

0 commit comments

Comments
 (0)