netplaySniff – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 ###########################################################################
2 ## Copyright (C) 2023 Wizardry and Steamworks - License: MIT ##
3 ###########################################################################
4  
5 # The local IP address of the router that this script is running on.
6 router: 192.168.1.1
7  
8 # The MQTT connection string.
9 mqtt:
10 connect: "mqtt://iot.internal"
11 topic: "arcade/netplay/clients"
12  
13 netplay:
14 # the netplay host ip address, ie: the machine running retroarch
15 host: 192.168.1.10
16 # the netplay port (default: 55435)
17 port: 55435
18  
19 # Various bans that can be placed on connecting clients.
20 bans:
21 nicknames:
22 - Cain
23