From 67da425c398fdace422638120e30b29877d40de6 Mon Sep 17 00:00:00 2001 From: NoahMaizels Date: Tue, 23 Jul 2024 16:34:30 +0700 Subject: [PATCH] typo --- docs/bee/installation/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bee/installation/install.md b/docs/bee/installation/install.md index 25a0e4a69..7a7567dbf 100644 --- a/docs/bee/installation/install.md +++ b/docs/bee/installation/install.md @@ -434,7 +434,7 @@ vi /root/.bee.yaml You can then populate your `.bee.yaml` file with the default config output from `bee printconfig` to get started and save the file. -### Set Bee API +### Set Bee API Address :::danger Make sure that your api-addr (default 1633) is never exposed to the internet. It is good practice to employ one or more firewalls that block traffic on every port except for those you are expecting to be open. :::