🔨」 fix: corrected issue with ip in the main loop

This commit is contained in:
2025-04-22 16:35:52 +02:00
parent 81631d8290
commit b4eb64ca3f
3 changed files with 13 additions and 6 deletions

View File

@ -2,7 +2,7 @@ log_file = "test.log"
[server]
server_names = { "localhost", "2B5.local" }
host = "localhost"
host = "0.0.0.0"
port = 8080
[server.error_pages]