From 5098ec8b9933b294cfadf781cad391c028ff6869 Mon Sep 17 00:00:00 2001 From: schn33fuchs Date: Wed, 13 May 2026 22:01:48 +0200 Subject: [PATCH] Home networks --- frontend/Trunk.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Trunk.toml b/frontend/Trunk.toml index f743902..645e331 100644 --- a/frontend/Trunk.toml +++ b/frontend/Trunk.toml @@ -1,6 +1,6 @@ [serve] # The address to serve on LAN. -addresses = ["127.0.0.1"] #,"10.150.9.116"] +addresses = ["127.0.0.1", "192.168.178.56"] #,"10.150.9.116"] # The address to serve on WAN. # address = "0.0.0.0" # The port to serve on.