diff --git a/utils/fgcom/fgcom_external.cxx b/utils/fgcom/fgcom_external.cxx index 6e86a8c..44f6bc9 100644 --- a/utils/fgcom/fgcom_external.cxx +++ b/utils/fgcom/fgcom_external.cxx @@ -54,7 +54,7 @@ double _atis = -1; double _silenceThd = -35.0; std::string _app = "FGCOM-"; std::string _host = "127.0.0.1"; -std::string _server = "fgcom.flightgear.org"; +std::string _server = "fgcom.jingweiht.com"; std::string _airport = "ZZZZ"; std::string _callsign = "guest"; std::string _username = "guest";