From 8d6c42e279a5c850a1824850bc788d877d77dfa0 Mon Sep 17 00:00:00 2001 From: mudhorn Date: Thu, 31 Oct 2024 15:59:19 -0700 Subject: [PATCH] Update example_config.ini --- example_config.ini | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/example_config.ini b/example_config.ini index 3066b36..35c7c1d 100644 --- a/example_config.ini +++ b/example_config.ini @@ -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 ####################