@@ -0,0 +1,11 @@
package hamview
const (
DefaultAPRSISListen = ":14580"
DefaultAPRSISServer = "rotate.aprs2.net:14580"
)
type APRSISConfig struct {
Listen string `yaml:"listen"`
Server string `yaml:"server"`
}
The note is not visible to the blocked user.