# Default whitelist for contcode — generic placeholders only.
# User override: ~/.config/contcode/whitelist.txt (same format).
#
# Format: one entry per line. Either HOST, HOST:PORT, or CIDR[:PORT].
# No port = any port is allowed for that host/network.
#
# Replace with your local endpoint(s):
127.0.0.0/8
# 10.0.0.1:8080           # example — specific port
# 192.168.1.0/24          # example — whole subnet
