Skip to content
Snippets Groups Projects
Commit f22873e5 authored by rswindell's avatar rswindell
Browse files

Update help on node "route-to" option.

parent db29577c
No related branches found
No related tags found
No related merge requests found
......@@ -566,8 +566,12 @@ int main(int argc, char **argv)
case 10:
uifc.helpbuf=
"~ Route To ~\r\n\r\n"
"When using a FLO type mailer, this is the node number of an address\r\n"
"to route mail to for this node.\r\n";
"When using a FLO type mailer, this is an fido address to route mail\r\n"
"for this node to.\r\n"
"\r\n"
"This option is normally only used with wildcard type node entries\r\n"
"(e.g. `ALL`, or `1:ALL`, `2:ALL`, etc.) and is used to route non-direct\r\n"
"netmail packets to your uplink (hub).\r\n";
strcpy(str,wcfaddrtoa(&cfg.nodecfg[i].route));
uifc.input(WIN_MID|WIN_SAV,0,0
,"Node Address to Route To",str
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment