From b3ceb8f8cda9e16e393428930d208863bb8fcbd1 Mon Sep 17 00:00:00 2001 From: Matthew Lopez <73856503+MatthewL246@users.noreply.github.com> Date: Thu, 4 Jan 2024 08:55:03 -0500 Subject: [PATCH] Add web_host to network dump configs This is required when running in Docker. --- config-3ds.yaml | 1 + config-wiiu.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/config-3ds.yaml b/config-3ds.yaml index a8e02f1..dfb76d3 100644 --- a/config-3ds.yaml +++ b/config-3ds.yaml @@ -1,5 +1,6 @@ listen_port: 8083 web_port: 8081 +web_host: 0.0.0.0 hardump: ./pretendo-network-dump-3ds.har diff --git a/config-wiiu.yaml b/config-wiiu.yaml index 2bccbc3..0c8ae6f 100644 --- a/config-wiiu.yaml +++ b/config-wiiu.yaml @@ -1,5 +1,6 @@ listen_port: 8082 web_port: 8081 +web_host: 0.0.0.0 hardump: ./pretendo-network-dump-wiiu.har