chore: limit API to only listen on localhost (#1740)

This commit is contained in:
Aaron Kimbrell
2025-01-25 20:47:12 -06:00
committed by GitHub
parent 306d959a83
commit 566791e647
2 changed files with 6 additions and 4 deletions

View File

@@ -9,5 +9,6 @@ max_number_of_friends=50
web_server_enabled=0
web_server_listen_ip=127.0.0.1
# Unused for now
# web_server_listen_ip=127.0.0.1
web_server_listen_port=2005