| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2b01bc8 commit 0b87b1a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -292,7 +292,7 @@ exports.setServers = function(servers) { | |||
| 292 | 292 | if (ver) | |
| 293 | 293 | return newSet.push([ver, serv]); | |
| 294 | 294 | ||
| 295 | - var match = serv.match(/\[(.*)\](:\d+)?/); | ||
| 295 | + var match = serv.match(/\[(.*)\](?::\d+)?/); | ||
| 296 | 296 | ||
| 297 | 297 | // we have an IPv6 in brackets | |
| 298 | 298 | if (match) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments