Projects STRLCPY Vault-8-Hive Commits 97a76642
🤬
  • Update of help menu in debug version of server/main.c

  • Loading...
  • User #142 committed 9 years ago
    97a76642
    1 parent f51dcfef
  • ■ ■ ■ ■ ■ ■
    server/main.c
    skipped 94 lines
    95 95   printf("\t\t-d <beacon delay> - initial beacon delay (in seconds, default: 2 minutes)\n");
    96 96   printf("\t\t-t <callback delay> - delay between trigger received and callback +/- 30 seconds (in seconds)\n");
    97 97   printf("\t\t-s <self-delete delay> - since last successful trigger/beacon (in seconds, default: 60 days)\n");
    98  - printf("\t\t-S <IP address> - DNS server IP address in dotted quad notation (required if beacon address is a domain name)\n");
     98 + printf("\t\t-S <IP1>[,<IP2>] - DNS server IP address(es) in dotted quad notation (required if beacon address is a domain name)\n");
    99 99   printf("\n\t\t-P <file path> - directory path for .config and .log files (120 chars max)\n");
    100 100  #ifdef DEBUG
    101 101   printf("\n\t\t-D <debug level> - debug level between 1 and 9, higher numbers are more verbose\n");
    skipped 1 lines
    103 103   printf("\t\t-h - print this help menu\n");
    104 104   
    105 105   printf( "\n\tExample:\n" );
    106  - printf( "\t\t./hived-mikrotik-mips -a 10.3.2.76 -p 9999 -i 100000 -I hme0 -k Testing\n" );
     106 + printf( "\t\t./hived-mikrotik-mips -a 10.3.2.76 -p 9999 -i 3600 -k Testing\n" );
    107 107   printf("\n");
    108 108   return;
    109 109  }
    skipped 431 lines
Please wait...
Page is in error, reload to recover