Skip to content

Commit ce71f49

Browse files
committed
Fix #2537
1 parent 1ba753a commit ce71f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/manager.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@ main(int argc, char **argv)
10811081
}
10821082

10831083
if (manager_address == NULL) {
1084-
manager_address = "127.0.0.1:8839";
1084+
manager_address = "/tmp/ss-manager.socks";
10851085
LOGI("using the default manager address: %s", manager_address);
10861086
}
10871087

0 commit comments

Comments
 (0)