From 848460955b45d18e1d5bb0ce6bdc5d473c54bb19 Mon Sep 17 00:00:00 2001 From: phil Date: Sat, 21 Dec 2024 17:28:06 +0000 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ee5dc8..a87d18d 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ the destination IP:port `127.0.0.1:8025` for your setup. ### In foreground -A service like `sms-handler` is designed to run as a background service (daemon).the +A service like `sms-handler` is designed to run as a background service (daemon). However it is possible to run it manually: @@ -150,6 +150,9 @@ However it is possible to run it manually: sms-handler ``` +Note that the default port is 8025, as it is not a restricted port so does not +need privileged permissions, aka root/sudo. + Set port and listen address: ```sh