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 # hostname = 192.168.1.100
[interface] [interface]
type = serial type = tcp
# port = /dev/ttyACM0 # 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) # Enter in a list of other BBS Nodes by their nodeID separated by commas (no spaces)
# Example: # Example:
# [sync] # [sync]
# bbs_nodes = !17d7e4b7,!18e9f5a3,!1a2b3c4d # bbs_nodes = !1234abcd,!abcd1234
# [sync] # [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. # If this section is commented out, anyone can post to the urgent board.
# Example: # Example:
# [allow_list] # [allow_list]
# allowed_nodes = 12345678,87654321 # allowed_nodes = !12345678,!87654321
# #
# [allow_list] # [allow_list]
# allowed_nodes = !17d7e4b7 # allowed_nodes = !12345678
#################### ####################