netplaySniff – Rev 8

Subversion Repositories:
Rev:
###########################################################################
##    Copyright (C) 2023 Wizardry and Steamworks - License: MIT          ##
###########################################################################
# beware that all configuration settings might end up overriden by the    #
# specific command-line options passed to the daemon                      #
###########################################################################

# The local IP address of the router that this script is running on.
# special values are:
#   * any - the first non-loopback interface
router: 192.16.1.1

# The MQTT connection string.
mqtt: 
    connect: "mqtt://iot.lan"
    topic: "arcade/netplay/clients"

netplay:
    # the netplay host ip address, ie: the machine running retroarch
    host: 192.168.1.10
    # the netplay port (default: 55435)
    port: 55435

# where to store the database file
db:
    file: "db/players.db"

# Various bans that can be placed on connecting clients.
bans:
    nicknames:
        - Cain