gosrc: Update the paths for Go 1.6.2

The data we have now are still Go 1.6.1, which causes gddo not
recogonizing some of the std packages.

Change-Id: Ic06e11ac0b04aa2a60cd9376b70a637099bce9cf
Reviewed-on: https://go-review.googlesource.com/24432
Reviewed-by: Alan Donovan <adonovan@google.com>
diff --git a/gosrc/data.go b/gosrc/data.go
index b976228..14360aa 100644
--- a/gosrc/data.go
+++ b/gosrc/data.go
@@ -11,210 +11,245 @@
 )
 
 var pathFlags = map[string]int{
-	"C":                         2,
-	"archive":                   1,
-	"archive/tar":               3,
-	"archive/zip":               3,
-	"bufio":                     3,
-	"builtin":                   3,
-	"bytes":                     3,
-	"compress":                  1,
-	"compress/bzip2":            3,
-	"compress/flate":            3,
-	"compress/gzip":             3,
-	"compress/lzw":              3,
-	"compress/zlib":             3,
-	"container":                 1,
-	"container/heap":            3,
-	"container/list":            3,
-	"container/ring":            3,
-	"crypto":                    3,
-	"crypto/aes":                3,
-	"crypto/cipher":             3,
-	"crypto/des":                3,
-	"crypto/dsa":                3,
-	"crypto/ecdsa":              3,
-	"crypto/elliptic":           3,
-	"crypto/hmac":               3,
-	"crypto/md5":                3,
-	"crypto/rand":               3,
-	"crypto/rc4":                3,
-	"crypto/rsa":                3,
-	"crypto/sha1":               3,
-	"crypto/sha256":             3,
-	"crypto/sha512":             3,
-	"crypto/subtle":             3,
-	"crypto/tls":                3,
-	"crypto/x509":               3,
-	"crypto/x509/pkix":          3,
-	"database":                  1,
-	"database/sql":              3,
-	"database/sql/driver":       3,
-	"debug":                     1,
-	"debug/dwarf":               3,
-	"debug/elf":                 3,
-	"debug/gosym":               3,
-	"debug/macho":               3,
-	"debug/pe":                  3,
-	"debug/plan9obj":            3,
-	"encoding":                  3,
-	"encoding/ascii85":          3,
-	"encoding/asn1":             3,
-	"encoding/base32":           3,
-	"encoding/base64":           3,
-	"encoding/binary":           3,
-	"encoding/csv":              3,
-	"encoding/gob":              3,
-	"encoding/hex":              3,
-	"encoding/json":             3,
-	"encoding/pem":              3,
-	"encoding/xml":              3,
-	"errors":                    3,
-	"expvar":                    3,
-	"flag":                      3,
-	"fmt":                       3,
-	"go":                        1,
-	"go/ast":                    3,
-	"go/build":                  3,
-	"go/constant":               3,
-	"go/doc":                    3,
-	"go/format":                 3,
-	"go/importer":               3,
-	"go/internal":               1,
-	"go/internal/gccgoimporter": 3,
-	"go/internal/gcimporter":    3,
-	"go/parser":                 3,
-	"go/printer":                3,
-	"go/scanner":                3,
-	"go/token":                  3,
-	"go/types":                  3,
-	"hash":                      3,
-	"hash/adler32":              3,
-	"hash/crc32":                3,
-	"hash/crc64":                3,
-	"hash/fnv":                  3,
-	"html":                      3,
-	"html/template":             3,
-	"image":                     3,
-	"image/color":               3,
-	"image/color/palette":       3,
-	"image/draw":                3,
-	"image/gif":                 3,
-	"image/internal":            1,
-	"image/internal/imageutil":  3,
-	"image/jpeg":                3,
-	"image/png":                 3,
-	"index":                     1,
-	"index/suffixarray":         3,
-	"internal":                  1,
-	"internal/format":           3,
-	"internal/singleflight":     3,
-	"internal/testenv":          3,
-	"internal/trace":            3,
-	"io":                        3,
-	"io/ioutil":                 3,
-	"log":                       3,
-	"log/syslog":                3,
-	"math":                      3,
-	"math/big":                  3,
-	"math/cmplx":                3,
-	"math/rand":                 3,
-	"mime":                      3,
-	"mime/multipart":            3,
-	"mime/quotedprintable":      3,
-	"net":                   3,
-	"net/http":              3,
-	"net/http/cgi":          3,
-	"net/http/cookiejar":    3,
-	"net/http/fcgi":         3,
-	"net/http/httptest":     3,
-	"net/http/httputil":     3,
-	"net/http/internal":     3,
-	"net/http/pprof":        3,
-	"net/internal":          1,
-	"net/internal/socktest": 3,
-	"net/mail":              3,
-	"net/rpc":               3,
-	"net/rpc/jsonrpc":       3,
-	"net/smtp":              3,
-	"net/textproto":         3,
-	"net/url":               3,
-	"os":                    3,
-	"os/exec":               3,
-	"os/signal":             3,
-	"os/user":               3,
-	"path":                  3,
-	"path/filepath":         3,
-	"reflect":               3,
-	"regexp":                3,
-	"regexp/syntax":         3,
-	"runtime":               3,
-	"runtime/cgo":           3,
-	"runtime/debug":         3,
-	"runtime/pprof":         3,
-	"runtime/race":          3,
-	"runtime/trace":         3,
-	"sort":                  3,
-	"strconv":               3,
-	"strings":               3,
-	"sync":                  3,
-	"sync/atomic":           3,
-	"syscall":               3,
-	"testing":               3,
-	"testing/iotest":        3,
-	"testing/quick":         3,
-	"text":                  1,
-	"text/scanner":          3,
-	"text/tabwriter":        3,
-	"text/template":         3,
-	"text/template/parse":   3,
-	"time":                  3,
-	"unicode":               3,
-	"unicode/utf16":         3,
-	"unicode/utf8":          3,
-	"unsafe":                3,
+	"C":                                     2,
+	"archive":                               1,
+	"archive/tar":                           3,
+	"archive/zip":                           3,
+	"bufio":                                 3,
+	"builtin":                               3,
+	"bytes":                                 3,
+	"compress":                              1,
+	"compress/bzip2":                        3,
+	"compress/flate":                        3,
+	"compress/gzip":                         3,
+	"compress/lzw":                          3,
+	"compress/zlib":                         3,
+	"container":                             1,
+	"container/heap":                        3,
+	"container/list":                        3,
+	"container/ring":                        3,
+	"crypto":                                3,
+	"crypto/aes":                            3,
+	"crypto/cipher":                         3,
+	"crypto/des":                            3,
+	"crypto/dsa":                            3,
+	"crypto/ecdsa":                          3,
+	"crypto/elliptic":                       3,
+	"crypto/hmac":                           3,
+	"crypto/md5":                            3,
+	"crypto/rand":                           3,
+	"crypto/rc4":                            3,
+	"crypto/rsa":                            3,
+	"crypto/sha1":                           3,
+	"crypto/sha256":                         3,
+	"crypto/sha512":                         3,
+	"crypto/subtle":                         3,
+	"crypto/tls":                            3,
+	"crypto/x509":                           3,
+	"crypto/x509/pkix":                      3,
+	"database":                              1,
+	"database/sql":                          3,
+	"database/sql/driver":                   3,
+	"debug":                                 1,
+	"debug/dwarf":                           3,
+	"debug/elf":                             3,
+	"debug/gosym":                           3,
+	"debug/macho":                           3,
+	"debug/pe":                              3,
+	"debug/plan9obj":                        3,
+	"encoding":                              3,
+	"encoding/ascii85":                      3,
+	"encoding/asn1":                         3,
+	"encoding/base32":                       3,
+	"encoding/base64":                       3,
+	"encoding/binary":                       3,
+	"encoding/csv":                          3,
+	"encoding/gob":                          3,
+	"encoding/hex":                          3,
+	"encoding/json":                         3,
+	"encoding/pem":                          3,
+	"encoding/xml":                          3,
+	"errors":                                3,
+	"expvar":                                3,
+	"flag":                                  3,
+	"fmt":                                   3,
+	"go":                                    1,
+	"go/ast":                                3,
+	"go/build":                              3,
+	"go/constant":                           3,
+	"go/doc":                                3,
+	"go/format":                             3,
+	"go/importer":                           3,
+	"go/internal":                           1,
+	"go/internal/gccgoimporter":             3,
+	"go/internal/gcimporter":                3,
+	"go/parser":                             3,
+	"go/printer":                            3,
+	"go/scanner":                            3,
+	"go/token":                              3,
+	"go/types":                              3,
+	"hash":                                  3,
+	"hash/adler32":                          3,
+	"hash/crc32":                            3,
+	"hash/crc64":                            3,
+	"hash/fnv":                              3,
+	"html":                                  3,
+	"html/template":                         3,
+	"image":                                 3,
+	"image/color":                           3,
+	"image/color/palette":                   3,
+	"image/draw":                            3,
+	"image/gif":                             3,
+	"image/internal":                        1,
+	"image/internal/imageutil":              3,
+	"image/jpeg":                            3,
+	"image/png":                             3,
+	"index":                                 1,
+	"index/suffixarray":                     3,
+	"internal":                              1,
+	"internal/golang.org":                   1,
+	"internal/golang.org/x":                 1,
+	"internal/golang.org/x/net":             1,
+	"internal/golang.org/x/net/http2":       1,
+	"internal/golang.org/x/net/http2/hpack": 3,
+	"internal/race":                         3,
+	"internal/singleflight":                 3,
+	"internal/syscall":                      1,
+	"internal/syscall/unix":                 3,
+	"internal/syscall/windows":              1,
+	"internal/syscall/windows/sysdll":       3,
+	"internal/testenv":                      3,
+	"internal/trace":                        3,
+	"io":                                    3,
+	"io/ioutil":                             3,
+	"log":                                   3,
+	"log/syslog":                            3,
+	"math":                                  3,
+	"math/big":                              3,
+	"math/cmplx":                            3,
+	"math/rand":                             3,
+	"mime":                                  3,
+	"mime/multipart":                        3,
+	"mime/quotedprintable":                  3,
+	"net":                     3,
+	"net/http":                3,
+	"net/http/cgi":            3,
+	"net/http/cookiejar":      3,
+	"net/http/fcgi":           3,
+	"net/http/httptest":       3,
+	"net/http/httputil":       3,
+	"net/http/internal":       3,
+	"net/http/pprof":          3,
+	"net/internal":            1,
+	"net/internal/socktest":   3,
+	"net/mail":                3,
+	"net/rpc":                 3,
+	"net/rpc/jsonrpc":         3,
+	"net/smtp":                3,
+	"net/textproto":           3,
+	"net/url":                 3,
+	"os":                      3,
+	"os/exec":                 3,
+	"os/signal":               3,
+	"os/user":                 3,
+	"path":                    3,
+	"path/filepath":           3,
+	"reflect":                 3,
+	"regexp":                  3,
+	"regexp/syntax":           3,
+	"runtime":                 3,
+	"runtime/cgo":             3,
+	"runtime/debug":           3,
+	"runtime/internal":        1,
+	"runtime/internal/atomic": 3,
+	"runtime/internal/sys":    3,
+	"runtime/pprof":           3,
+	"runtime/race":            3,
+	"runtime/trace":           3,
+	"sort":                    3,
+	"strconv":                 3,
+	"strings":                 3,
+	"sync":                    3,
+	"sync/atomic":             3,
+	"syscall":                 3,
+	"testing":                 3,
+	"testing/iotest":          3,
+	"testing/quick":           3,
+	"text":                    1,
+	"text/scanner":            3,
+	"text/tabwriter":          3,
+	"text/template":           3,
+	"text/template/parse":     3,
+	"time":                    3,
+	"unicode":                 3,
+	"unicode/utf16":           3,
+	"unicode/utf8":            3,
+	"unsafe":                  3,
 }
 
 var validTLDs = map[string]bool{
+	".aaa":                      true,
+	".aarp":                     true,
 	".abb":                      true,
 	".abbott":                   true,
+	".abbvie":                   true,
+	".able":                     true,
 	".abogado":                  true,
+	".abudhabi":                 true,
 	".ac":                       true,
 	".academy":                  true,
 	".accenture":                true,
 	".accountant":               true,
 	".accountants":              true,
+	".aco":                      true,
 	".active":                   true,
 	".actor":                    true,
 	".ad":                       true,
+	".adac":                     true,
 	".ads":                      true,
 	".adult":                    true,
 	".ae":                       true,
 	".aeg":                      true,
 	".aero":                     true,
+	".aetna":                    true,
 	".af":                       true,
 	".afl":                      true,
 	".ag":                       true,
+	".agakhan":                  true,
 	".agency":                   true,
 	".ai":                       true,
 	".aig":                      true,
+	".airbus":                   true,
 	".airforce":                 true,
 	".airtel":                   true,
+	".akdn":                     true,
 	".al":                       true,
+	".alibaba":                  true,
+	".alipay":                   true,
 	".allfinanz":                true,
+	".ally":                     true,
 	".alsace":                   true,
+	".alstom":                   true,
 	".am":                       true,
+	".amica":                    true,
 	".amsterdam":                true,
+	".analytics":                true,
 	".android":                  true,
+	".anquan":                   true,
+	".anz":                      true,
 	".ao":                       true,
 	".apartments":               true,
 	".app":                      true,
+	".apple":                    true,
 	".aq":                       true,
 	".aquarelle":                true,
 	".ar":                       true,
+	".aramco":                   true,
 	".archi":                    true,
 	".army":                     true,
 	".arpa":                     true,
+	".art":                      true,
+	".arte":                     true,
 	".as":                       true,
 	".asia":                     true,
 	".associates":               true,
@@ -222,30 +257,40 @@
 	".attorney":                 true,
 	".au":                       true,
 	".auction":                  true,
+	".audi":                     true,
+	".audible":                  true,
 	".audio":                    true,
+	".author":                   true,
 	".auto":                     true,
 	".autos":                    true,
+	".avianca":                  true,
 	".aw":                       true,
+	".aws":                      true,
 	".ax":                       true,
 	".axa":                      true,
 	".az":                       true,
 	".azure":                    true,
 	".ba":                       true,
+	".baby":                     true,
+	".baidu":                    true,
 	".band":                     true,
 	".bank":                     true,
 	".bar":                      true,
 	".barcelona":                true,
 	".barclaycard":              true,
 	".barclays":                 true,
+	".barefoot":                 true,
 	".bargains":                 true,
 	".bauhaus":                  true,
 	".bayern":                   true,
 	".bb":                       true,
 	".bbc":                      true,
 	".bbva":                     true,
+	".bcg":                      true,
 	".bcn":                      true,
 	".bd":                       true,
 	".be":                       true,
+	".beats":                    true,
 	".beer":                     true,
 	".bentley":                  true,
 	".berlin":                   true,
@@ -266,31 +311,43 @@
 	".bj":                       true,
 	".black":                    true,
 	".blackfriday":              true,
+	".blanco":                   true,
+	".blog":                     true,
 	".bloomberg":                true,
 	".blue":                     true,
 	".bm":                       true,
+	".bms":                      true,
 	".bmw":                      true,
 	".bn":                       true,
 	".bnl":                      true,
 	".bnpparibas":               true,
 	".bo":                       true,
 	".boats":                    true,
+	".boehringer":               true,
+	".bom":                      true,
 	".bond":                     true,
 	".boo":                      true,
+	".book":                     true,
 	".boots":                    true,
+	".bosch":                    true,
+	".bostik":                   true,
+	".bot":                      true,
 	".boutique":                 true,
 	".br":                       true,
 	".bradesco":                 true,
 	".bridgestone":              true,
+	".broadway":                 true,
 	".broker":                   true,
 	".brother":                  true,
 	".brussels":                 true,
 	".bs":                       true,
 	".bt":                       true,
 	".budapest":                 true,
+	".bugatti":                  true,
 	".build":                    true,
 	".builders":                 true,
 	".business":                 true,
+	".buy":                      true,
 	".buzz":                     true,
 	".bv":                       true,
 	".bw":                       true,
@@ -301,12 +358,15 @@
 	".cab":                      true,
 	".cafe":                     true,
 	".cal":                      true,
+	".call":                     true,
+	".cam":                      true,
 	".camera":                   true,
 	".camp":                     true,
 	".cancerresearch":           true,
 	".canon":                    true,
 	".capetown":                 true,
 	".capital":                  true,
+	".car":                      true,
 	".caravan":                  true,
 	".cards":                    true,
 	".care":                     true,
@@ -334,25 +394,32 @@
 	".ch":                       true,
 	".chanel":                   true,
 	".channel":                  true,
+	".chase":                    true,
 	".chat":                     true,
 	".cheap":                    true,
+	".chintai":                  true,
 	".chloe":                    true,
 	".christmas":                true,
 	".chrome":                   true,
 	".church":                   true,
 	".ci":                       true,
+	".cipriani":                 true,
+	".circle":                   true,
 	".cisco":                    true,
 	".citic":                    true,
 	".city":                     true,
+	".cityeats":                 true,
 	".ck":                       true,
 	".cl":                       true,
 	".claims":                   true,
 	".cleaning":                 true,
 	".click":                    true,
 	".clinic":                   true,
+	".clinique":                 true,
 	".clothing":                 true,
 	".cloud":                    true,
 	".club":                     true,
+	".clubmed":                  true,
 	".cm":                       true,
 	".cn":                       true,
 	".co":                       true,
@@ -365,25 +432,32 @@
 	".commbank":                 true,
 	".community":                true,
 	".company":                  true,
+	".compare":                  true,
 	".computer":                 true,
+	".comsec":                   true,
 	".condos":                   true,
 	".construction":             true,
 	".consulting":               true,
+	".contact":                  true,
 	".contractors":              true,
 	".cooking":                  true,
+	".cookingchannel":           true,
 	".cool":                     true,
 	".coop":                     true,
 	".corsica":                  true,
 	".country":                  true,
+	".coupon":                   true,
 	".coupons":                  true,
 	".courses":                  true,
 	".cr":                       true,
 	".credit":                   true,
 	".creditcard":               true,
+	".creditunion":              true,
 	".cricket":                  true,
 	".crown":                    true,
 	".crs":                      true,
 	".cruises":                  true,
+	".csc":                      true,
 	".cu":                       true,
 	".cuisinella":               true,
 	".cv":                       true,
@@ -401,10 +475,15 @@
 	".datsun":                   true,
 	".day":                      true,
 	".dclk":                     true,
+	".dds":                      true,
 	".de":                       true,
+	".deal":                     true,
+	".dealer":                   true,
 	".deals":                    true,
 	".degree":                   true,
 	".delivery":                 true,
+	".dell":                     true,
+	".deloitte":                 true,
 	".delta":                    true,
 	".democrat":                 true,
 	".dental":                   true,
@@ -412,6 +491,7 @@
 	".desi":                     true,
 	".design":                   true,
 	".dev":                      true,
+	".dhl":                      true,
 	".diamonds":                 true,
 	".diet":                     true,
 	".digital":                  true,
@@ -427,15 +507,20 @@
 	".dog":                      true,
 	".doha":                     true,
 	".domains":                  true,
-	".doosan":                   true,
+	".dot":                      true,
 	".download":                 true,
 	".drive":                    true,
+	".dtv":                      true,
+	".dubai":                    true,
+	".dunlop":                   true,
+	".dupont":                   true,
 	".durban":                   true,
 	".dvag":                     true,
 	".dz":                       true,
 	".earth":                    true,
 	".eat":                      true,
 	".ec":                       true,
+	".edeka":                    true,
 	".edu":                      true,
 	".education":                true,
 	".ee":                       true,
@@ -446,9 +531,11 @@
 	".engineer":                 true,
 	".engineering":              true,
 	".enterprises":              true,
+	".epost":                    true,
 	".epson":                    true,
 	".equipment":                true,
 	".er":                       true,
+	".ericsson":                 true,
 	".erni":                     true,
 	".es":                       true,
 	".esq":                      true,
@@ -463,19 +550,26 @@
 	".expert":                   true,
 	".exposed":                  true,
 	".express":                  true,
+	".extraspace":               true,
 	".fage":                     true,
 	".fail":                     true,
+	".fairwinds":                true,
 	".faith":                    true,
 	".family":                   true,
 	".fan":                      true,
 	".fans":                     true,
 	".farm":                     true,
 	".fashion":                  true,
+	".fast":                     true,
 	".feedback":                 true,
+	".ferrero":                  true,
 	".fi":                       true,
 	".film":                     true,
+	".final":                    true,
 	".finance":                  true,
 	".financial":                true,
+	".fire":                     true,
+	".firestone":                true,
 	".firmdale":                 true,
 	".fish":                     true,
 	".fishing":                  true,
@@ -483,7 +577,9 @@
 	".fitness":                  true,
 	".fj":                       true,
 	".fk":                       true,
+	".flickr":                   true,
 	".flights":                  true,
+	".flir":                     true,
 	".florist":                  true,
 	".flowers":                  true,
 	".flsmidth":                 true,
@@ -491,14 +587,21 @@
 	".fm":                       true,
 	".fo":                       true,
 	".foo":                      true,
+	".foodnetwork":              true,
 	".football":                 true,
+	".ford":                     true,
 	".forex":                    true,
 	".forsale":                  true,
 	".forum":                    true,
 	".foundation":               true,
+	".fox":                      true,
 	".fr":                       true,
+	".fresenius":                true,
 	".frl":                      true,
 	".frogans":                  true,
+	".frontdoor":                true,
+	".frontier":                 true,
+	".ftr":                      true,
 	".fund":                     true,
 	".furniture":                true,
 	".futbol":                   true,
@@ -506,13 +609,17 @@
 	".ga":                       true,
 	".gal":                      true,
 	".gallery":                  true,
+	".gallo":                    true,
+	".gallup":                   true,
 	".game":                     true,
+	".games":                    true,
 	".garden":                   true,
 	".gb":                       true,
 	".gbiz":                     true,
 	".gd":                       true,
 	".gdn":                      true,
 	".ge":                       true,
+	".gea":                      true,
 	".gent":                     true,
 	".genting":                  true,
 	".gf":                       true,
@@ -531,6 +638,7 @@
 	".globo":                    true,
 	".gm":                       true,
 	".gmail":                    true,
+	".gmbh":                     true,
 	".gmo":                      true,
 	".gmx":                      true,
 	".gn":                       true,
@@ -538,13 +646,16 @@
 	".goldpoint":                true,
 	".golf":                     true,
 	".goo":                      true,
+	".goodyear":                 true,
 	".goog":                     true,
 	".google":                   true,
 	".gop":                      true,
+	".got":                      true,
 	".gov":                      true,
 	".gp":                       true,
 	".gq":                       true,
 	".gr":                       true,
+	".grainger":                 true,
 	".graphics":                 true,
 	".gratis":                   true,
 	".green":                    true,
@@ -553,6 +664,8 @@
 	".gs":                       true,
 	".gt":                       true,
 	".gu":                       true,
+	".guardian":                 true,
+	".gucci":                    true,
 	".guge":                     true,
 	".guide":                    true,
 	".guitars":                  true,
@@ -562,14 +675,20 @@
 	".hamburg":                  true,
 	".hangout":                  true,
 	".haus":                     true,
+	".hdfcbank":                 true,
+	".health":                   true,
 	".healthcare":               true,
 	".help":                     true,
+	".helsinki":                 true,
 	".here":                     true,
 	".hermes":                   true,
+	".hgtv":                     true,
 	".hiphop":                   true,
+	".hisamitsu":                true,
 	".hitachi":                  true,
 	".hiv":                      true,
 	".hk":                       true,
+	".hkt":                      true,
 	".hm":                       true,
 	".hn":                       true,
 	".hockey":                   true,
@@ -588,7 +707,9 @@
 	".hr":                       true,
 	".hsbc":                     true,
 	".ht":                       true,
+	".htc":                      true,
 	".hu":                       true,
+	".hyundai":                  true,
 	".ibm":                      true,
 	".icbc":                     true,
 	".ice":                      true,
@@ -599,6 +720,8 @@
 	".iinet":                    true,
 	".il":                       true,
 	".im":                       true,
+	".imamat":                   true,
+	".imdb":                     true,
 	".immo":                     true,
 	".immobilien":               true,
 	".in":                       true,
@@ -608,6 +731,7 @@
 	".ing":                      true,
 	".ink":                      true,
 	".institute":                true,
+	".insurance":                true,
 	".insure":                   true,
 	".int":                      true,
 	".international":            true,
@@ -618,50 +742,75 @@
 	".ir":                       true,
 	".irish":                    true,
 	".is":                       true,
+	".iselect":                  true,
+	".ismaili":                  true,
 	".ist":                      true,
 	".istanbul":                 true,
 	".it":                       true,
 	".itau":                     true,
+	".itv":                      true,
 	".iwc":                      true,
+	".jaguar":                   true,
 	".java":                     true,
 	".jcb":                      true,
+	".jcp":                      true,
 	".je":                       true,
 	".jetzt":                    true,
 	".jewelry":                  true,
 	".jlc":                      true,
 	".jll":                      true,
 	".jm":                       true,
+	".jmp":                      true,
+	".jnj":                      true,
 	".jo":                       true,
 	".jobs":                     true,
 	".joburg":                   true,
+	".jot":                      true,
+	".joy":                      true,
 	".jp":                       true,
+	".jpmorgan":                 true,
 	".jprs":                     true,
 	".juegos":                   true,
 	".kaufen":                   true,
 	".kddi":                     true,
 	".ke":                       true,
+	".kerryhotels":              true,
+	".kerrylogistics":           true,
+	".kerryproperties":          true,
+	".kfh":                      true,
 	".kg":                       true,
 	".kh":                       true,
 	".ki":                       true,
+	".kia":                      true,
 	".kim":                      true,
+	".kinder":                   true,
+	".kindle":                   true,
 	".kitchen":                  true,
 	".kiwi":                     true,
 	".km":                       true,
 	".kn":                       true,
 	".koeln":                    true,
 	".komatsu":                  true,
+	".kosher":                   true,
 	".kp":                       true,
+	".kpmg":                     true,
+	".kpn":                      true,
 	".kr":                       true,
 	".krd":                      true,
 	".kred":                     true,
+	".kuokgroup":                true,
 	".kw":                       true,
 	".ky":                       true,
 	".kyoto":                    true,
 	".kz":                       true,
 	".la":                       true,
 	".lacaixa":                  true,
+	".lamborghini":              true,
+	".lamer":                    true,
 	".lancaster":                true,
 	".land":                     true,
+	".landrover":                true,
+	".lanxess":                  true,
 	".lasalle":                  true,
 	".lat":                      true,
 	".latrobe":                  true,
@@ -673,21 +822,31 @@
 	".lease":                    true,
 	".leclerc":                  true,
 	".legal":                    true,
+	".lego":                     true,
 	".lexus":                    true,
 	".lgbt":                     true,
 	".li":                       true,
 	".liaison":                  true,
 	".lidl":                     true,
 	".life":                     true,
+	".lifeinsurance":            true,
+	".lifestyle":                true,
 	".lighting":                 true,
+	".like":                     true,
 	".limited":                  true,
 	".limo":                     true,
+	".lincoln":                  true,
+	".linde":                    true,
 	".link":                     true,
+	".lipsy":                    true,
 	".live":                     true,
+	".living":                   true,
 	".lixil":                    true,
 	".lk":                       true,
 	".loan":                     true,
 	".loans":                    true,
+	".locker":                   true,
+	".locus":                    true,
 	".lol":                      true,
 	".london":                   true,
 	".lotte":                    true,
@@ -696,6 +855,7 @@
 	".lr":                       true,
 	".ls":                       true,
 	".lt":                       true,
+	".ltd":                      true,
 	".ltda":                     true,
 	".lu":                       true,
 	".lupin":                    true,
@@ -707,6 +867,7 @@
 	".madrid":                   true,
 	".maif":                     true,
 	".maison":                   true,
+	".makeup":                   true,
 	".man":                      true,
 	".management":               true,
 	".mango":                    true,
@@ -714,10 +875,12 @@
 	".marketing":                true,
 	".markets":                  true,
 	".marriott":                 true,
+	".mattel":                   true,
 	".mba":                      true,
 	".mc":                       true,
 	".md":                       true,
 	".me":                       true,
+	".med":                      true,
 	".media":                    true,
 	".meet":                     true,
 	".melbourne":                true,
@@ -725,6 +888,8 @@
 	".memorial":                 true,
 	".men":                      true,
 	".menu":                     true,
+	".meo":                      true,
+	".metlife":                  true,
 	".mg":                       true,
 	".mh":                       true,
 	".miami":                    true,
@@ -733,13 +898,17 @@
 	".mini":                     true,
 	".mk":                       true,
 	".ml":                       true,
+	".mlb":                      true,
+	".mls":                      true,
 	".mm":                       true,
 	".mma":                      true,
 	".mn":                       true,
 	".mo":                       true,
 	".mobi":                     true,
+	".mobily":                   true,
 	".moda":                     true,
 	".moe":                      true,
+	".moi":                      true,
 	".mom":                      true,
 	".monash":                   true,
 	".money":                    true,
@@ -758,8 +927,11 @@
 	".mt":                       true,
 	".mtn":                      true,
 	".mtpc":                     true,
+	".mtr":                      true,
 	".mu":                       true,
 	".museum":                   true,
+	".mutual":                   true,
+	".mutuelle":                 true,
 	".mv":                       true,
 	".mw":                       true,
 	".mx":                       true,
@@ -769,28 +941,40 @@
 	".nadex":                    true,
 	".nagoya":                   true,
 	".name":                     true,
+	".natura":                   true,
 	".navy":                     true,
 	".nc":                       true,
 	".ne":                       true,
 	".nec":                      true,
 	".net":                      true,
 	".netbank":                  true,
+	".netflix":                  true,
 	".network":                  true,
 	".neustar":                  true,
 	".new":                      true,
 	".news":                     true,
+	".next":                     true,
+	".nextdirect":               true,
 	".nexus":                    true,
 	".nf":                       true,
+	".nfl":                      true,
 	".ng":                       true,
 	".ngo":                      true,
 	".nhk":                      true,
 	".ni":                       true,
 	".nico":                     true,
+	".nikon":                    true,
 	".ninja":                    true,
 	".nissan":                   true,
+	".nissay":                   true,
 	".nl":                       true,
 	".no":                       true,
 	".nokia":                    true,
+	".northwesternmutual":       true,
+	".norton":                   true,
+	".now":                      true,
+	".nowruz":                   true,
+	".nowtv":                    true,
 	".np":                       true,
 	".nr":                       true,
 	".nra":                      true,
@@ -799,8 +983,12 @@
 	".nu":                       true,
 	".nyc":                      true,
 	".nz":                       true,
+	".obi":                      true,
 	".office":                   true,
 	".okinawa":                  true,
+	".olayan":                   true,
+	".olayangroup":              true,
+	".ollo":                     true,
 	".om":                       true,
 	".omega":                    true,
 	".one":                      true,
@@ -812,16 +1000,23 @@
 	".orange":                   true,
 	".org":                      true,
 	".organic":                  true,
+	".orientexpress":            true,
+	".origins":                  true,
 	".osaka":                    true,
 	".otsuka":                   true,
+	".ott":                      true,
 	".ovh":                      true,
 	".pa":                       true,
 	".page":                     true,
+	".pamperedchef":             true,
 	".panerai":                  true,
 	".paris":                    true,
+	".pars":                     true,
 	".partners":                 true,
 	".parts":                    true,
 	".party":                    true,
+	".passagens":                true,
+	".pccw":                     true,
 	".pe":                       true,
 	".pet":                      true,
 	".pf":                       true,
@@ -837,44 +1032,59 @@
 	".pics":                     true,
 	".pictet":                   true,
 	".pictures":                 true,
+	".pid":                      true,
+	".pin":                      true,
+	".ping":                     true,
 	".pink":                     true,
+	".pioneer":                  true,
 	".pizza":                    true,
 	".pk":                       true,
 	".pl":                       true,
 	".place":                    true,
 	".play":                     true,
+	".playstation":              true,
 	".plumbing":                 true,
 	".plus":                     true,
 	".pm":                       true,
 	".pn":                       true,
 	".pohl":                     true,
 	".poker":                    true,
+	".politie":                  true,
 	".porn":                     true,
 	".post":                     true,
 	".pr":                       true,
 	".praxi":                    true,
 	".press":                    true,
+	".prime":                    true,
 	".pro":                      true,
 	".prod":                     true,
 	".productions":              true,
 	".prof":                     true,
+	".progressive":              true,
+	".promo":                    true,
 	".properties":               true,
 	".property":                 true,
+	".protection":               true,
 	".ps":                       true,
 	".pt":                       true,
 	".pub":                      true,
 	".pw":                       true,
+	".pwc":                      true,
 	".py":                       true,
 	".qa":                       true,
 	".qpon":                     true,
 	".quebec":                   true,
+	".quest":                    true,
 	".racing":                   true,
 	".re":                       true,
+	".read":                     true,
+	".realestate":               true,
 	".realtor":                  true,
 	".realty":                   true,
 	".recipes":                  true,
 	".red":                      true,
 	".redstone":                 true,
+	".redumbrella":              true,
 	".rehab":                    true,
 	".reise":                    true,
 	".reisen":                   true,
@@ -889,35 +1099,49 @@
 	".restaurant":               true,
 	".review":                   true,
 	".reviews":                  true,
+	".rexroth":                  true,
 	".rich":                     true,
+	".richardli":                true,
 	".ricoh":                    true,
 	".rio":                      true,
 	".rip":                      true,
 	".ro":                       true,
+	".rocher":                   true,
 	".rocks":                    true,
 	".rodeo":                    true,
+	".room":                     true,
 	".rs":                       true,
 	".rsvp":                     true,
 	".ru":                       true,
 	".ruhr":                     true,
 	".run":                      true,
 	".rw":                       true,
+	".rwe":                      true,
 	".ryukyu":                   true,
 	".sa":                       true,
 	".saarland":                 true,
+	".safe":                     true,
+	".safety":                   true,
 	".sakura":                   true,
 	".sale":                     true,
+	".salon":                    true,
 	".samsung":                  true,
 	".sandvik":                  true,
 	".sandvikcoromant":          true,
 	".sanofi":                   true,
 	".sap":                      true,
+	".sapo":                     true,
 	".sarl":                     true,
+	".sas":                      true,
+	".save":                     true,
 	".saxo":                     true,
 	".sb":                       true,
+	".sbi":                      true,
+	".sbs":                      true,
 	".sc":                       true,
 	".sca":                      true,
 	".scb":                      true,
+	".schaeffler":               true,
 	".schmidt":                  true,
 	".scholarships":             true,
 	".school":                   true,
@@ -929,47 +1153,75 @@
 	".sd":                       true,
 	".se":                       true,
 	".seat":                     true,
+	".security":                 true,
 	".seek":                     true,
+	".select":                   true,
 	".sener":                    true,
 	".services":                 true,
+	".seven":                    true,
 	".sew":                      true,
 	".sex":                      true,
 	".sexy":                     true,
+	".sfr":                      true,
 	".sg":                       true,
 	".sh":                       true,
+	".sharp":                    true,
+	".shaw":                     true,
+	".shell":                    true,
+	".shia":                     true,
 	".shiksha":                  true,
 	".shoes":                    true,
+	".shop":                     true,
+	".shopping":                 true,
+	".shouji":                   true,
 	".show":                     true,
 	".shriram":                  true,
 	".si":                       true,
+	".silk":                     true,
+	".sina":                     true,
 	".singles":                  true,
 	".site":                     true,
 	".sj":                       true,
 	".sk":                       true,
 	".ski":                      true,
+	".skin":                     true,
 	".sky":                      true,
 	".skype":                    true,
 	".sl":                       true,
 	".sm":                       true,
+	".smile":                    true,
 	".sn":                       true,
 	".sncf":                     true,
 	".so":                       true,
 	".soccer":                   true,
 	".social":                   true,
+	".softbank":                 true,
 	".software":                 true,
 	".sohu":                     true,
 	".solar":                    true,
 	".solutions":                true,
+	".song":                     true,
 	".sony":                     true,
 	".soy":                      true,
 	".space":                    true,
 	".spiegel":                  true,
+	".spot":                     true,
 	".spreadbetting":            true,
 	".sr":                       true,
 	".srl":                      true,
 	".st":                       true,
+	".stada":                    true,
+	".star":                     true,
 	".starhub":                  true,
+	".statebank":                true,
+	".statefarm":                true,
 	".statoil":                  true,
+	".stc":                      true,
+	".stcgroup":                 true,
+	".stockholm":                true,
+	".storage":                  true,
+	".store":                    true,
+	".stream":                   true,
 	".studio":                   true,
 	".study":                    true,
 	".style":                    true,
@@ -987,30 +1239,40 @@
 	".sx":                       true,
 	".sy":                       true,
 	".sydney":                   true,
+	".symantec":                 true,
 	".systems":                  true,
 	".sz":                       true,
+	".tab":                      true,
 	".taipei":                   true,
+	".talk":                     true,
+	".taobao":                   true,
 	".tatamotors":               true,
 	".tatar":                    true,
 	".tattoo":                   true,
 	".tax":                      true,
 	".taxi":                     true,
 	".tc":                       true,
+	".tci":                      true,
 	".td":                       true,
+	".tdk":                      true,
 	".team":                     true,
 	".tech":                     true,
 	".technology":               true,
 	".tel":                      true,
+	".telecity":                 true,
 	".telefonica":               true,
 	".temasek":                  true,
 	".tennis":                   true,
+	".teva":                     true,
 	".tf":                       true,
 	".tg":                       true,
 	".th":                       true,
 	".thd":                      true,
 	".theater":                  true,
+	".theatre":                  true,
 	".tickets":                  true,
 	".tienda":                   true,
+	".tiffany":                  true,
 	".tips":                     true,
 	".tires":                    true,
 	".tirol":                    true,
@@ -1018,6 +1280,7 @@
 	".tk":                       true,
 	".tl":                       true,
 	".tm":                       true,
+	".tmall":                    true,
 	".tn":                       true,
 	".to":                       true,
 	".today":                    true,
@@ -1026,6 +1289,7 @@
 	".top":                      true,
 	".toray":                    true,
 	".toshiba":                  true,
+	".total":                    true,
 	".tours":                    true,
 	".town":                     true,
 	".toyota":                   true,
@@ -1035,55 +1299,81 @@
 	".trading":                  true,
 	".training":                 true,
 	".travel":                   true,
+	".travelchannel":            true,
+	".travelers":                true,
+	".travelersinsurance":       true,
 	".trust":                    true,
+	".trv":                      true,
 	".tt":                       true,
+	".tube":                     true,
 	".tui":                      true,
+	".tunes":                    true,
+	".tushu":                    true,
 	".tv":                       true,
+	".tvs":                      true,
 	".tw":                       true,
 	".tz":                       true,
 	".ua":                       true,
 	".ubs":                      true,
 	".ug":                       true,
 	".uk":                       true,
+	".unicom":                   true,
 	".university":               true,
 	".uno":                      true,
 	".uol":                      true,
+	".ups":                      true,
 	".us":                       true,
 	".uy":                       true,
 	".uz":                       true,
 	".va":                       true,
 	".vacations":                true,
+	".vana":                     true,
 	".vc":                       true,
 	".ve":                       true,
 	".vegas":                    true,
 	".ventures":                 true,
+	".verisign":                 true,
 	".versicherung":             true,
 	".vet":                      true,
 	".vg":                       true,
 	".vi":                       true,
 	".viajes":                   true,
 	".video":                    true,
+	".vig":                      true,
+	".viking":                   true,
 	".villas":                   true,
 	".vin":                      true,
+	".vip":                      true,
+	".virgin":                   true,
 	".vision":                   true,
 	".vista":                    true,
 	".vistaprint":               true,
+	".viva":                     true,
 	".vlaanderen":               true,
 	".vn":                       true,
 	".vodka":                    true,
+	".volkswagen":               true,
 	".vote":                     true,
 	".voting":                   true,
 	".voto":                     true,
 	".voyage":                   true,
 	".vu":                       true,
+	".vuelos":                   true,
 	".wales":                    true,
 	".walter":                   true,
 	".wang":                     true,
+	".wanggou":                  true,
+	".warman":                   true,
 	".watch":                    true,
+	".watches":                  true,
+	".weather":                  true,
+	".weatherchannel":           true,
 	".webcam":                   true,
+	".weber":                    true,
 	".website":                  true,
 	".wed":                      true,
 	".wedding":                  true,
+	".weibo":                    true,
 	".weir":                     true,
 	".wf":                       true,
 	".whoswho":                  true,
@@ -1094,6 +1384,8 @@
 	".windows":                  true,
 	".wine":                     true,
 	".wme":                      true,
+	".wolterskluwer":            true,
+	".woodside":                 true,
 	".work":                     true,
 	".works":                    true,
 	".world":                    true,
@@ -1102,8 +1394,10 @@
 	".wtf":                      true,
 	".xbox":                     true,
 	".xerox":                    true,
+	".xihuan":                   true,
 	".xin":                      true,
 	".xn--11b4c3d":              true,
+	".xn--1ck2e1b":              true,
 	".xn--1qqw23a":              true,
 	".xn--30rr7y":               true,
 	".xn--3bst00m":              true,
@@ -1116,19 +1410,24 @@
 	".xn--4gbrim":               true,
 	".xn--55qw42g":              true,
 	".xn--55qx5d":               true,
+	".xn--5tzm5g":               true,
 	".xn--6frz82g":              true,
 	".xn--6qq986b3xl":           true,
 	".xn--80adxhks":             true,
 	".xn--80ao21a":              true,
 	".xn--80asehdb":             true,
 	".xn--80aswg":               true,
+	".xn--8y0a063a":             true,
 	".xn--90a3ac":               true,
 	".xn--90ais":                true,
 	".xn--9dbq2a":               true,
 	".xn--9et52u":               true,
+	".xn--9krt00a":              true,
 	".xn--b4w605ferd":           true,
+	".xn--bck1b9a5dre4c":        true,
 	".xn--c1avg":                true,
 	".xn--c2br7g":               true,
+	".xn--cck2b3b":              true,
 	".xn--cg4bki":               true,
 	".xn--clchc0ea0b2g2a9gcd":   true,
 	".xn--czr694b":              true,
@@ -1136,8 +1435,11 @@
 	".xn--czru2d":               true,
 	".xn--d1acj3b":              true,
 	".xn--d1alf":                true,
+	".xn--e1a4c":                true,
+	".xn--eckvdtc9d":            true,
 	".xn--efvy88h":              true,
 	".xn--estv75g":              true,
+	".xn--fct429k":              true,
 	".xn--fhbei":                true,
 	".xn--fiq228c5hs":           true,
 	".xn--fiq64b":               true,
@@ -1147,6 +1449,9 @@
 	".xn--flw351e":              true,
 	".xn--fpcrj9c3d":            true,
 	".xn--fzc2c9e2c":            true,
+	".xn--fzys8d69uvgm":         true,
+	".xn--g2xx48c":              true,
+	".xn--gckr3f0f":             true,
 	".xn--gecrj9c":              true,
 	".xn--h2brj9c":              true,
 	".xn--hxt814e":              true,
@@ -1156,25 +1461,36 @@
 	".xn--j1aef":                true,
 	".xn--j1amh":                true,
 	".xn--j6w193g":              true,
+	".xn--jlq61u9w7b":           true,
+	".xn--jvr189m":              true,
 	".xn--kcrx77d1x4a":          true,
 	".xn--kprw13d":              true,
 	".xn--kpry57d":              true,
+	".xn--kpu716f":              true,
 	".xn--kput3i":               true,
 	".xn--l1acc":                true,
 	".xn--lgbbat1ad8j":          true,
 	".xn--mgb9awbf":             true,
+	".xn--mgba3a3ejt":           true,
 	".xn--mgba3a4f16a":          true,
+	".xn--mgba7c0bbn0a":         true,
 	".xn--mgbaam7a8h":           true,
 	".xn--mgbab2bd":             true,
 	".xn--mgbayh7gpa":           true,
+	".xn--mgbb9fbpob":           true,
 	".xn--mgbbh1a71e":           true,
 	".xn--mgbc0a9azcg":          true,
+	".xn--mgbca7dzdo":           true,
 	".xn--mgberp4a5d4ar":        true,
 	".xn--mgbpl2fh":             true,
+	".xn--mgbt3dhd":             true,
+	".xn--mgbtx2b":              true,
 	".xn--mgbx4cd0ab":           true,
+	".xn--mix891f":              true,
 	".xn--mk1bu44c":             true,
 	".xn--mxtq1m":               true,
 	".xn--ngbc5azd":             true,
+	".xn--ngbe9e0a":             true,
 	".xn--node":                 true,
 	".xn--nqv7f":                true,
 	".xn--nqv7fs00ema":          true,
@@ -1183,11 +1499,14 @@
 	".xn--ogbpf8fl":             true,
 	".xn--p1acf":                true,
 	".xn--p1ai":                 true,
+	".xn--pbt977c":              true,
 	".xn--pgbs0dh":              true,
 	".xn--pssy2u":               true,
 	".xn--q9jyb4c":              true,
 	".xn--qcka1pmc":             true,
+	".xn--qxam":                 true,
 	".xn--rhqv96g":              true,
+	".xn--rovu88b":              true,
 	".xn--s9brj9c":              true,
 	".xn--ses554g":              true,
 	".xn--t60b56a":              true,
@@ -1197,6 +1516,8 @@
 	".xn--vermgensberatung-pwb": true,
 	".xn--vhquv":                true,
 	".xn--vuq861b":              true,
+	".xn--w4r85el8fhu5dnra":     true,
+	".xn--w4rs40l":              true,
 	".xn--wgbh1c":               true,
 	".xn--wgbl6a":               true,
 	".xn--xhq521b":              true,
@@ -1210,14 +1531,21 @@
 	".xxx":                      true,
 	".xyz":                      true,
 	".yachts":                   true,
+	".yahoo":                    true,
+	".yamaxun":                  true,
 	".yandex":                   true,
 	".ye":                       true,
 	".yodobashi":                true,
 	".yoga":                     true,
 	".yokohama":                 true,
+	".you":                      true,
 	".youtube":                  true,
 	".yt":                       true,
+	".yun":                      true,
 	".za":                       true,
+	".zappos":                   true,
+	".zara":                     true,
+	".zero":                     true,
 	".zip":                      true,
 	".zm":                       true,
 	".zone":                     true,