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