From 3be7b5f56bfedceac6f85c3db9e1143f53a3209f Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sat, 24 Feb 2024 18:03:14 -0800 Subject: [PATCH] add PPPRawListen to example config --- system/config.example.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/system/config.example.json b/system/config.example.json index 36ad619a..a9d687ee 100644 --- a/system/config.example.json +++ b/system/config.example.json @@ -156,6 +156,12 @@ "IPStackListen": [], "PPPStackListen": [], + // Where to listen for PPP clients. This exists to interface with PSO GC + // clients running on a Wii with Devolution, which emulates the modem adapter. + // The PPP stream can be forwarded directly to newserv on any port specified + // here without using pppd or another PPP server. + "PPPRawListen": [], + // Where to listen for HTTP connections. The HTTP server is intended as a // private interface to interact with newserv from e.g. an in-house Web portal // or Discord bot. It would be unwise to expose any of these ports to the