File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
client/src/main/java/cn/wildfirechat/remote Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ public class ChatManager {
234
234
235
235
private int backupAddressStrategy = 0 ;
236
236
private String backupAddressHost = null ;
237
- private int backupAddressPort = 80 ;
237
+ private int backupAddressPort = 81 ;
238
238
private String protoUserAgent = null ;
239
239
private final Map <String , String > protoHttpHeaderMap = new ConcurrentHashMap <>();
240
240
@@ -7821,14 +7821,14 @@ public String getHost() {
7821
7821
// shortlink port
7822
7822
public int getPort () {
7823
7823
if (!checkRemoteService ()) {
7824
- return 80 ;
7824
+ return 81 ;
7825
7825
}
7826
7826
7827
7827
try {
7828
7828
return mClient .getPort ();
7829
7829
} catch (RemoteException e ) {
7830
7830
e .printStackTrace ();
7831
- return 80 ;
7831
+ return 81 ;
7832
7832
}
7833
7833
}
7834
7834
You can’t perform that action at this time.
0 commit comments