From e0bc70d2f41f876807b4189b8d628502709f1bc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TC=C2=B2?= <130875305+TheCommsChannel@users.noreply.github.com> Date: Tue, 7 Jan 2025 15:09:35 -0500 Subject: [PATCH] Update example_config.ini --- example_config.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example_config.ini b/example_config.ini index 96e2290..d8e5f5b 100644 --- a/example_config.ini +++ b/example_config.ini @@ -11,7 +11,7 @@ MYCALL = BBS # KISS_HOST: The hostname or IP address of the KISS TNC (Terminal Node Controller) # used for APRS communications. Typically, this is a local device or a remote server. -KISS_HOST = 192.168.1.94 +KISS_HOST = 127.0.0.1 # KISS_PORT: The port number used to connect to the KISS TNC. # Ensure the port matches the configuration of your TNC. @@ -25,4 +25,4 @@ BULLETIN_EXPIRATION_DAYS = 7 APRS_PATH = WIDE1-1,WIDE2-1 # Enable or disable raw packet display (True or False) -RAW_PACKET_DISPLAY = True \ No newline at end of file +RAW_PACKET_DISPLAY = True