mirror of
https://github.com/owntracks/recorder.git
synced 2026-03-31 23:56:51 +00:00
use correct hostname
This commit is contained in:
@@ -874,7 +874,7 @@ int main(int argc, char **argv)
|
||||
if (hosted) {
|
||||
char tmp[BUFSIZ];
|
||||
|
||||
hostname = strdup("hosted.owntracks.org");
|
||||
hostname = strdup("hosted-mqtt.owntracks.org");
|
||||
port = 8883;
|
||||
|
||||
if ((username = getenv("OTR_USER")) == NULL) {
|
||||
|
||||
Reference in New Issue
Block a user