Make allowing RBN spots via cluster a configurable option.

This commit is contained in:
Ian Renton
2026-01-11 12:09:36 +00:00
parent da2827f559
commit d1a5bfe9c3
2 changed files with 21 additions and 7 deletions

View File

@@ -60,10 +60,15 @@ spot-providers:
host: "hrd.wa9pie.net"
port: 8000
# Prompt the cluster node gives when asking for a callsign to log in. Varies between cluster node software.
login_prompt: "login: "
login_prompt: "login:"
# Callsign Spothole will use to log into this cluster. Ensure the SSID (e.g. -99) is different to any personal
# connection you might make to this cluster node.
login_callsign: "N0CALL-99"
# Whether to allow RBN spots that come via this cluster. If you don't want RBN spots or you are making a separate
# connection to RBN directly, leave this as False. If you want RBN spots from this cluster, set this to True. (Make
# sure you aren't also separately connecting to RBN directly, otherwise you may get duplicate spots.) Note that not
# all clusters sent RBN spots anyway.
allow_rbn_spots: false
-
class: "DXCluster"
name: "W3LPL Cluster"
@@ -71,10 +76,15 @@ spot-providers:
host: "w3lpl.net"
port: 7373
# Prompt the cluster node gives when asking for a callsign to log in. Varies between cluster node software.
login_prompt: "Please enter your call: "
login_prompt: "Please enter your call:"
# Callsign Spothole will use to log into this cluster. Ensure the SSID (e.g. -99) is different to any personal
# connection you might make to this cluster node.
login_callsign: "N0CALL-99"
# Whether to allow RBN spots that come via this cluster. If you don't want RBN spots or you are making a separate
# connection to RBN directly, leave this as False. If you want RBN spots from this cluster, set this to True. (Make
# sure you aren't also separately connecting to RBN directly, otherwise you may get duplicate spots.) Note that not
# all clusters sent RBN spots anyway.
allow_rbn_spots: false
-
class: "RBN"
name: "RBN CW/RTTY"