Update example_config.ini

This commit is contained in:
mudhorn 2024-10-31 15:59:19 -07:00
parent 1e32276dd1
commit 8d6c42e279

View file

@ -16,9 +16,9 @@
# hostname = 192.168.1.100
[interface]
type = serial
type = tcp
# port = /dev/ttyACM0
# hostname = 192.168.x.x
hostname = 127.0.0.1
############################
@ -28,10 +28,10 @@ type = serial
# Enter in a list of other BBS Nodes by their nodeID separated by commas (no spaces)
# Example:
# [sync]
# bbs_nodes = !17d7e4b7,!18e9f5a3,!1a2b3c4d
# bbs_nodes = !1234abcd,!abcd1234
# [sync]
# bbs_nodes = !17d7e4b7
# bbs_nodes = !1a2b3c4d
############################
@ -41,10 +41,10 @@ type = serial
# If this section is commented out, anyone can post to the urgent board.
# Example:
# [allow_list]
# allowed_nodes = 12345678,87654321
# allowed_nodes = !12345678,!87654321
#
# [allow_list]
# allowed_nodes = !17d7e4b7
# allowed_nodes = !12345678
####################