<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection">
<div dir="auto">I’ve seen both versions mentioned, one with a qw and one without a qw.<br />
<br />
Which is correct?<br />
<br />
<span style="color:#000000;font-family:Menlo;font-size: 11px">set/var @main::localhost_names ('127.0.0.1', '::1', ‘xxx.xxx.xx.xx')</span><span style="font-size: 11px"><br /></span><span style="font-size: 11px"><br /></span><span style="font-size: 11px"><br /></span><span style="color:#000000;font-family:Arial;font-size: 16px">Or</span><span style="font-size: 16px"><br /></span><span style="font-size: 16px"><br /></span><span style="color:#000000;font-family:Menlo;font-size: 11px">set/var @main::localhost_names qw ('127.0.0.1', '::1', ‘xxx.xxx.xx.xx')</span><span style="font-size: 11px"><br /></span><span style="font-size: 11px"><br /></span><span style="font-size: 11px"><br /></span><span style="color:#000000;font-family:Arial;font-size: 16px">Where xxx is the external static IP address.</span><span style="font-size: 16px"><br /></span><span style="font-size: 16px"><br /></span><span style="color:#000000;font-family:Arial;font-size: 16px">Or will this all be irrelevant when Dirk releases the code which automatically updates anyway?</span><span style="font-size: 16px"><br /></span><span style="font-size: 16px"><br /></span><span style="color:#000000;font-family:Arial;font-size: medium">73 Keith</span><span style="font-size: medium"><br /></span><span style="font-size: medium"><br /></span></div>
</div>
</body>
</html>