add names to IPS listen sockets
This commit is contained in:
@@ -127,11 +127,13 @@
|
||||
// clients to connect, set this to ["/tmp/dolphin-tap"] and configure Dolphin
|
||||
// to use the tapserver type of broadband adapter. You do not need to install
|
||||
// or run tapserver. See README.md for details on how to get PSO to connect
|
||||
// via this interface.
|
||||
// If you're doing unusual things, you can also add numbers or "address:port"
|
||||
// strings to this list to listen for tapserver connections on a TCP port.
|
||||
// This feature requires Unix sockets, so this option does nothing when
|
||||
// newserv runs under Windows.
|
||||
// via this interface. You can also add numbers or "address:port" strings to
|
||||
// this list to listen for tapserver connections on a TCP port.
|
||||
// On Windows, Unix sockets are not available, so you can only use TCP sockets
|
||||
// here. You can get Dolphin to connect locally by adding a port to this list
|
||||
// and configuring Dolphin to connect to the same port. For example, you could
|
||||
// set this to ["127.0.0.1:5059"], and configure Dolphin's tapserver BBA to
|
||||
// connect to 127.0.0.1:5059.
|
||||
"IPStackListen": [],
|
||||
|
||||
// Other servers to support proxying to. If this is empty for any game
|
||||
|
||||
Reference in New Issue
Block a user