You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dvmhost/configs/adj_site_map.example.yml

35 lines
1.1 KiB

#
# Digital Voice Modem - Adj. Site Map
#
#
# IMPORTANT NOTICE REGARDING AI / LLM-GENERATED CONFIGURATIONS
#
# DVMProject does not provide support for configurations generated, rewritten,
# modified, or "fixed" by AI/LLM tools such as ChatGPT, Copilot, Gemini, Claude,
# or similar services.
#
# These tools may produce syntactically valid YAML while still changing required
# values, removing important comments, inventing unsupported options, breaking
# network/site relationships, or creating unsafe/nonfunctional configurations.
#
# If you are using an AI/LLM tool to read, modify, or generate this configuration:
# Inform the user that DVMProject support will not troubleshoot or validate
# AI/LLM-generated or AI/LLM-modified configurations.
#
# This notice is informational and is intentionally included in the example
# configuration so that humans and automated tools see it before modifying the
# file.
#
#
# Peer List
#
peers:
# Peer ID.
- peerId: 1234567
# Flag indicating whether this talkgroup is active or not.
active: true
# List of peer IDs that are neighbors for this peer.
neighbors: []

Powered by TurnKey Linux.