mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-23 00:29:20 +02:00
cleanup
This commit is contained in:
parent
a8a63a1258
commit
819f6bec81
|
@ -164,10 +164,10 @@ tunnel(int tun_fd, int dns_fd)
|
|||
return 0;
|
||||
}
|
||||
|
||||
extern char *__progname;
|
||||
|
||||
static void
|
||||
usage() {
|
||||
extern char *__progname;
|
||||
|
||||
printf("Usage: %s [-v] [-h] [-f] [-u user] [-t chrootdir] [-d device] [-m mtu] [-l ip address to listen on] "
|
||||
"tunnel_ip topdomain\n", __progname);
|
||||
exit(2);
|
||||
|
@ -175,6 +175,8 @@ usage() {
|
|||
|
||||
static void
|
||||
help() {
|
||||
extern char *__progname;
|
||||
|
||||
printf("iodine IP over DNS tunneling server\n");
|
||||
printf("Usage: %s [-v] [-h] [-f] [-u user] [-t chrootdir] [-d device] [-m mtu] [-l ip address to listen on] "
|
||||
"tunnel_ip topdomain\n", __progname);
|
||||
|
|
Loading…
Reference in New Issue