From b30b1653f3079d9ffe5e1a57c67c3da6ecb2b7ed Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 25 Dec 2021 22:57:29 +0000 Subject: [PATCH] Bind asterisk http to vpn IP only We don't want to service this to the Interwebz --- http.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http.conf b/http.conf index 1fac8a3..14c0400 100644 --- a/http.conf +++ b/http.conf @@ -32,7 +32,7 @@ enabled=yes ; a bindaddr in order for the HTTP server to run. There is no ; default value. ; -bindaddr=0.0.0.0 +bindaddr=172.19.27.2 ; ; Port to bind to for HTTP sessions (default is 8088) ;