netplaySniff – Blame information for rev 7

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 ###########################################################################
2 ## Copyright (C) 2023 Wizardry and Steamworks - License: MIT ##
3 ###########################################################################
7 office 4 # beware that all configuration settings might end up overriden by the #
5 # specific command-line options passed to the daemon #
6 ###########################################################################
1 office 7  
8 # The local IP address of the router that this script is running on.
7 office 9 router: 192.16.1.1
1 office 10  
11 # The MQTT connection string.
12 mqtt:
7 office 13 connect: "mqtt://iot.lan"
1 office 14 topic: "arcade/netplay/clients"
15  
16 netplay:
17 # the netplay host ip address, ie: the machine running retroarch
18 host: 192.168.1.10
19 # the netplay port (default: 55435)
20 port: 55435
21  
7 office 22 # where to store the database file
23 db:
24 file: "db/players.db"
25  
1 office 26 # Various bans that can be placed on connecting clients.
27 bans:
28 nicknames:
7 office 29 - Cain