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

Put vert at front of DynDNS server list (cvs last).

parent 37e3e064
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ const REVISION = "$Revision$".split(' ')[1];
printf("Synchronet Dynamic DNS Client %s\r\n", REVISION);
host_list=["cvs.synchro.net", "vert.synchro.net", "rob.synchro.net"];
host_list=["vert.synchro.net", "rob.synchro.net", "bbs.synchro.net", "cvs.synchro.net"];
function writeln(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