Skip to content

Commit 3b046bb

Browse files
authored
Update config.c
1 parent 32642e9 commit 3b046bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,9 @@ int config_gen(char *path)
239239
dprintf(fd, "# The port of the internal service running behind NAT\n");
240240
dprintf(fd, "internal-port=\n");
241241
dprintf(fd, "# The port to expose the service on on the server\n");
242-
dprintf(fd, "# Users can connect to tunnel-ip:external-port\n");
242+
dprintf(fd, "# Users can connect to server-ip:external-port\n");
243243
dprintf(fd, "external-port=\n");
244244

245245
close(fd);
246246
return 0;
247-
}
247+
}

0 commit comments

Comments
 (0)