netplaySniff – Blame information for rev 8
?pathlinks?
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. |
||
8 | office | 9 | # special values are: |
10 | # * any - the first non-loopback interface |
||
7 | office | 11 | router: 192.16.1.1 |
1 | office | 12 | |
13 | # The MQTT connection string. |
||
14 | mqtt: |
||
7 | office | 15 | connect: "mqtt://iot.lan" |
1 | office | 16 | topic: "arcade/netplay/clients" |
17 | |||
18 | netplay: |
||
19 | # the netplay host ip address, ie: the machine running retroarch |
||
20 | host: 192.168.1.10 |
||
21 | # the netplay port (default: 55435) |
||
22 | port: 55435 |
||
23 | |||
7 | office | 24 | # where to store the database file |
25 | db: |
||
26 | file: "db/players.db" |
||
27 | |||
1 | office | 28 | # Various bans that can be placed on connecting clients. |
29 | bans: |
||
30 | nicknames: |
||
7 | office | 31 | - Cain |