netplaySniff – Blame information for rev 12

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.
12 office 9 listen: 192.168.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:
12 office 17 # the netplay port (the default is 55435),
18 # this can vary depending on emulator
1 office 19 port: 55435
20  
7 office 21 # where to store the database file
22 db:
23 file: "db/players.db"
24  
1 office 25 # Various bans that can be placed on connecting clients.
26 bans:
27 nicknames:
7 office 28 - Cain