ai 1.1.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (340) hide show
  1. package/LICENSE +10 -24
  2. package/dist/ai-stream.d.ts +18 -0
  3. package/dist/ai-stream.js +132 -0
  4. package/dist/ai-stream.mjs +13 -0
  5. package/dist/anthropic-stream.d.ts +5 -0
  6. package/dist/anthropic-stream.js +133 -0
  7. package/dist/anthropic-stream.mjs +8 -0
  8. package/dist/chunk-265FSSO4.mjs +91 -0
  9. package/dist/chunk-2L3ZO4UM.mjs +45 -0
  10. package/dist/chunk-EZJ7FC5E.mjs +33 -0
  11. package/dist/chunk-JGDC3BXD.mjs +22 -0
  12. package/dist/chunk-NK2CVBLI.mjs +38 -0
  13. package/dist/chunk-PEYAHBDF.mjs +43 -0
  14. package/dist/chunk-TJMME6CL.mjs +24 -0
  15. package/dist/huggingface-stream.d.ts +5 -0
  16. package/dist/huggingface-stream.js +121 -0
  17. package/dist/huggingface-stream.mjs +8 -0
  18. package/dist/index.d.ts +131 -0
  19. package/dist/index.js +278 -0
  20. package/dist/index.mjs +35 -0
  21. package/dist/index.test.d.ts +2 -0
  22. package/dist/index.test.js +12 -0
  23. package/dist/index.test.mjs +10 -0
  24. package/dist/langchain-stream.d.ts +12 -0
  25. package/dist/langchain-stream.js +102 -0
  26. package/dist/langchain-stream.mjs +8 -0
  27. package/dist/openai-stream.d.ts +5 -0
  28. package/dist/openai-stream.js +144 -0
  29. package/dist/openai-stream.mjs +8 -0
  30. package/dist/streaming-text-response.d.ts +17 -0
  31. package/dist/streaming-text-response.js +75 -0
  32. package/dist/streaming-text-response.mjs +9 -0
  33. package/package.json +78 -29
  34. package/react/dist/chunk-5PP6W52J.mjs +202 -0
  35. package/react/dist/chunk-6EH3SWMP.mjs +55 -0
  36. package/react/dist/chunk-PW6HSU2N.mjs +154 -0
  37. package/react/dist/index.d.ts +3 -0
  38. package/react/dist/index.js +424 -0
  39. package/react/dist/index.mjs +12 -0
  40. package/react/dist/types-f862f74a.d.ts +123 -0
  41. package/react/dist/use-chat.d.ts +42 -0
  42. package/react/dist/use-chat.js +276 -0
  43. package/react/dist/use-chat.mjs +8 -0
  44. package/react/dist/use-completion.d.ts +47 -0
  45. package/react/dist/use-completion.js +229 -0
  46. package/react/dist/use-completion.mjs +8 -0
  47. package/svelte/dist/chunk-6USBQIV6.mjs +177 -0
  48. package/svelte/dist/chunk-BQ64GHZ3.mjs +136 -0
  49. package/svelte/dist/chunk-CENOSGDG.mjs +493 -0
  50. package/svelte/dist/index.d.ts +4 -0
  51. package/svelte/dist/index.js +808 -0
  52. package/svelte/dist/index.mjs +11 -0
  53. package/svelte/dist/types-f862f74a.d.ts +123 -0
  54. package/svelte/dist/use-chat.d.ts +39 -0
  55. package/svelte/dist/use-chat.js +680 -0
  56. package/svelte/dist/use-chat.mjs +7 -0
  57. package/svelte/dist/use-completion.d.ts +38 -0
  58. package/svelte/dist/use-completion.js +640 -0
  59. package/svelte/dist/use-completion.mjs +7 -0
  60. package/.npmignore +0 -15
  61. package/.travis.yml +0 -4
  62. package/README.md +0 -21
  63. package/bin/ai.js +0 -22
  64. package/index.js +0 -37
  65. package/node_modules/request/.npmignore +0 -2
  66. package/node_modules/request/.travis.yml +0 -12
  67. package/node_modules/request/CHANGELOG.md +0 -954
  68. package/node_modules/request/LICENSE +0 -55
  69. package/node_modules/request/README.md +0 -421
  70. package/node_modules/request/index.js +0 -166
  71. package/node_modules/request/lib/cookies.js +0 -40
  72. package/node_modules/request/lib/copy.js +0 -8
  73. package/node_modules/request/lib/debug.js +0 -7
  74. package/node_modules/request/lib/getSafe.js +0 -34
  75. package/node_modules/request/lib/optional.js +0 -5
  76. package/node_modules/request/node_modules/aws-sign2/LICENSE +0 -55
  77. package/node_modules/request/node_modules/aws-sign2/README.md +0 -4
  78. package/node_modules/request/node_modules/aws-sign2/index.js +0 -202
  79. package/node_modules/request/node_modules/aws-sign2/package.json +0 -47
  80. package/node_modules/request/node_modules/forever-agent/LICENSE +0 -55
  81. package/node_modules/request/node_modules/forever-agent/README.md +0 -4
  82. package/node_modules/request/node_modules/forever-agent/index.js +0 -119
  83. package/node_modules/request/node_modules/forever-agent/package.json +0 -46
  84. package/node_modules/request/node_modules/form-data/License +0 -19
  85. package/node_modules/request/node_modules/form-data/Readme.md +0 -175
  86. package/node_modules/request/node_modules/form-data/lib/form_data.js +0 -351
  87. package/node_modules/request/node_modules/form-data/node_modules/async/.travis.yml +0 -3
  88. package/node_modules/request/node_modules/form-data/node_modules/async/LICENSE +0 -19
  89. package/node_modules/request/node_modules/form-data/node_modules/async/README.md +0 -1646
  90. package/node_modules/request/node_modules/form-data/node_modules/async/component.json +0 -11
  91. package/node_modules/request/node_modules/form-data/node_modules/async/lib/async.js +0 -1123
  92. package/node_modules/request/node_modules/form-data/node_modules/async/package.json +0 -60
  93. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/License +0 -19
  94. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/Readme.md +0 -132
  95. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/lib/combined_stream.js +0 -186
  96. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/.npmignore +0 -2
  97. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/License +0 -19
  98. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/Makefile +0 -7
  99. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/Readme.md +0 -154
  100. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/lib/delayed_stream.js +0 -99
  101. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/package.json +0 -42
  102. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/test/common.js +0 -6
  103. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/test/integration/test-delayed-http-upload.js +0 -38
  104. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/test/integration/test-delayed-stream-auto-pause.js +0 -21
  105. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/test/integration/test-delayed-stream-pause.js +0 -14
  106. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/test/integration/test-delayed-stream.js +0 -48
  107. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/test/integration/test-handle-source-errors.js +0 -15
  108. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/test/integration/test-max-data-size.js +0 -18
  109. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/test/integration/test-pipe-resumes.js +0 -13
  110. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/test/integration/test-proxy-readable.js +0 -13
  111. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/node_modules/delayed-stream/test/run.js +0 -7
  112. package/node_modules/request/node_modules/form-data/node_modules/combined-stream/package.json +0 -61
  113. package/node_modules/request/node_modules/form-data/node_modules/mime/LICENSE +0 -19
  114. package/node_modules/request/node_modules/form-data/node_modules/mime/README.md +0 -66
  115. package/node_modules/request/node_modules/form-data/node_modules/mime/mime.js +0 -114
  116. package/node_modules/request/node_modules/form-data/node_modules/mime/package.json +0 -59
  117. package/node_modules/request/node_modules/form-data/node_modules/mime/test.js +0 -84
  118. package/node_modules/request/node_modules/form-data/node_modules/mime/types/mime.types +0 -1588
  119. package/node_modules/request/node_modules/form-data/node_modules/mime/types/node.types +0 -77
  120. package/node_modules/request/node_modules/form-data/package.json +0 -80
  121. package/node_modules/request/node_modules/hawk/.npmignore +0 -18
  122. package/node_modules/request/node_modules/hawk/.travis.yml +0 -5
  123. package/node_modules/request/node_modules/hawk/LICENSE +0 -24
  124. package/node_modules/request/node_modules/hawk/Makefile +0 -10
  125. package/node_modules/request/node_modules/hawk/README.md +0 -625
  126. package/node_modules/request/node_modules/hawk/example/usage.js +0 -78
  127. package/node_modules/request/node_modules/hawk/images/hawk.png +0 -0
  128. package/node_modules/request/node_modules/hawk/images/logo.png +0 -0
  129. package/node_modules/request/node_modules/hawk/index.js +0 -1
  130. package/node_modules/request/node_modules/hawk/lib/browser.js +0 -507
  131. package/node_modules/request/node_modules/hawk/lib/client.js +0 -371
  132. package/node_modules/request/node_modules/hawk/lib/crypto.js +0 -118
  133. package/node_modules/request/node_modules/hawk/lib/index.js +0 -15
  134. package/node_modules/request/node_modules/hawk/lib/server.js +0 -523
  135. package/node_modules/request/node_modules/hawk/lib/utils.js +0 -183
  136. package/node_modules/request/node_modules/hawk/node_modules/boom/.npmignore +0 -18
  137. package/node_modules/request/node_modules/hawk/node_modules/boom/.travis.yml +0 -5
  138. package/node_modules/request/node_modules/hawk/node_modules/boom/LICENSE +0 -24
  139. package/node_modules/request/node_modules/hawk/node_modules/boom/Makefile +0 -11
  140. package/node_modules/request/node_modules/hawk/node_modules/boom/README.md +0 -6
  141. package/node_modules/request/node_modules/hawk/node_modules/boom/images/boom.png +0 -0
  142. package/node_modules/request/node_modules/hawk/node_modules/boom/index.js +0 -1
  143. package/node_modules/request/node_modules/hawk/node_modules/boom/lib/index.js +0 -207
  144. package/node_modules/request/node_modules/hawk/node_modules/boom/package.json +0 -64
  145. package/node_modules/request/node_modules/hawk/node_modules/boom/test/index.js +0 -245
  146. package/node_modules/request/node_modules/hawk/node_modules/cryptiles/.npmignore +0 -18
  147. package/node_modules/request/node_modules/hawk/node_modules/cryptiles/.travis.yml +0 -5
  148. package/node_modules/request/node_modules/hawk/node_modules/cryptiles/LICENSE +0 -24
  149. package/node_modules/request/node_modules/hawk/node_modules/cryptiles/Makefile +0 -11
  150. package/node_modules/request/node_modules/hawk/node_modules/cryptiles/README.md +0 -6
  151. package/node_modules/request/node_modules/hawk/node_modules/cryptiles/index.js +0 -1
  152. package/node_modules/request/node_modules/hawk/node_modules/cryptiles/lib/index.js +0 -68
  153. package/node_modules/request/node_modules/hawk/node_modules/cryptiles/package.json +0 -65
  154. package/node_modules/request/node_modules/hawk/node_modules/cryptiles/test/index.js +0 -101
  155. package/node_modules/request/node_modules/hawk/node_modules/hoek/.npmignore +0 -18
  156. package/node_modules/request/node_modules/hawk/node_modules/hoek/.travis.yml +0 -5
  157. package/node_modules/request/node_modules/hawk/node_modules/hoek/LICENSE +0 -33
  158. package/node_modules/request/node_modules/hawk/node_modules/hoek/Makefile +0 -10
  159. package/node_modules/request/node_modules/hawk/node_modules/hoek/README.md +0 -436
  160. package/node_modules/request/node_modules/hawk/node_modules/hoek/images/hoek.png +0 -0
  161. package/node_modules/request/node_modules/hawk/node_modules/hoek/index.js +0 -1
  162. package/node_modules/request/node_modules/hawk/node_modules/hoek/lib/escape.js +0 -132
  163. package/node_modules/request/node_modules/hawk/node_modules/hoek/lib/index.js +0 -585
  164. package/node_modules/request/node_modules/hawk/node_modules/hoek/package.json +0 -70
  165. package/node_modules/request/node_modules/hawk/node_modules/hoek/test/escaper.js +0 -86
  166. package/node_modules/request/node_modules/hawk/node_modules/hoek/test/index.js +0 -1078
  167. package/node_modules/request/node_modules/hawk/node_modules/hoek/test/modules/test1.js +0 -1
  168. package/node_modules/request/node_modules/hawk/node_modules/hoek/test/modules/test2.js +0 -1
  169. package/node_modules/request/node_modules/hawk/node_modules/hoek/test/modules/test3.js +0 -1
  170. package/node_modules/request/node_modules/hawk/node_modules/sntp/.npmignore +0 -18
  171. package/node_modules/request/node_modules/hawk/node_modules/sntp/.travis.yml +0 -5
  172. package/node_modules/request/node_modules/hawk/node_modules/sntp/LICENSE +0 -24
  173. package/node_modules/request/node_modules/hawk/node_modules/sntp/Makefile +0 -11
  174. package/node_modules/request/node_modules/hawk/node_modules/sntp/README.md +0 -68
  175. package/node_modules/request/node_modules/hawk/node_modules/sntp/examples/offset.js +0 -16
  176. package/node_modules/request/node_modules/hawk/node_modules/sntp/examples/time.js +0 -25
  177. package/node_modules/request/node_modules/hawk/node_modules/sntp/index.js +0 -1
  178. package/node_modules/request/node_modules/hawk/node_modules/sntp/lib/index.js +0 -409
  179. package/node_modules/request/node_modules/hawk/node_modules/sntp/package.json +0 -65
  180. package/node_modules/request/node_modules/hawk/node_modules/sntp/test/index.js +0 -359
  181. package/node_modules/request/node_modules/hawk/package.json +0 -70
  182. package/node_modules/request/node_modules/hawk/test/browser.js +0 -817
  183. package/node_modules/request/node_modules/hawk/test/client.js +0 -206
  184. package/node_modules/request/node_modules/hawk/test/crypto.js +0 -86
  185. package/node_modules/request/node_modules/hawk/test/index.js +0 -316
  186. package/node_modules/request/node_modules/hawk/test/message.js +0 -246
  187. package/node_modules/request/node_modules/hawk/test/readme.js +0 -98
  188. package/node_modules/request/node_modules/hawk/test/server.js +0 -686
  189. package/node_modules/request/node_modules/hawk/test/uri.js +0 -456
  190. package/node_modules/request/node_modules/hawk/test/utils.js +0 -120
  191. package/node_modules/request/node_modules/http-signature/.dir-locals.el +0 -6
  192. package/node_modules/request/node_modules/http-signature/.npmignore +0 -7
  193. package/node_modules/request/node_modules/http-signature/LICENSE +0 -18
  194. package/node_modules/request/node_modules/http-signature/README.md +0 -75
  195. package/node_modules/request/node_modules/http-signature/http_signing.md +0 -296
  196. package/node_modules/request/node_modules/http-signature/lib/index.js +0 -25
  197. package/node_modules/request/node_modules/http-signature/lib/parser.js +0 -304
  198. package/node_modules/request/node_modules/http-signature/lib/signer.js +0 -179
  199. package/node_modules/request/node_modules/http-signature/lib/util.js +0 -249
  200. package/node_modules/request/node_modules/http-signature/lib/verify.js +0 -42
  201. package/node_modules/request/node_modules/http-signature/node_modules/asn1/.npmignore +0 -2
  202. package/node_modules/request/node_modules/http-signature/node_modules/asn1/LICENSE +0 -19
  203. package/node_modules/request/node_modules/http-signature/node_modules/asn1/README.md +0 -50
  204. package/node_modules/request/node_modules/http-signature/node_modules/asn1/lib/ber/errors.js +0 -13
  205. package/node_modules/request/node_modules/http-signature/node_modules/asn1/lib/ber/index.js +0 -27
  206. package/node_modules/request/node_modules/http-signature/node_modules/asn1/lib/ber/reader.js +0 -267
  207. package/node_modules/request/node_modules/http-signature/node_modules/asn1/lib/ber/types.js +0 -36
  208. package/node_modules/request/node_modules/http-signature/node_modules/asn1/lib/ber/writer.js +0 -317
  209. package/node_modules/request/node_modules/http-signature/node_modules/asn1/lib/index.js +0 -20
  210. package/node_modules/request/node_modules/http-signature/node_modules/asn1/package.json +0 -63
  211. package/node_modules/request/node_modules/http-signature/node_modules/asn1/tst/ber/reader.test.js +0 -172
  212. package/node_modules/request/node_modules/http-signature/node_modules/asn1/tst/ber/writer.test.js +0 -296
  213. package/node_modules/request/node_modules/http-signature/node_modules/assert-plus/README.md +0 -126
  214. package/node_modules/request/node_modules/http-signature/node_modules/assert-plus/assert.js +0 -196
  215. package/node_modules/request/node_modules/http-signature/node_modules/assert-plus/package.json +0 -38
  216. package/node_modules/request/node_modules/http-signature/node_modules/ctype/CHANGELOG +0 -71
  217. package/node_modules/request/node_modules/http-signature/node_modules/ctype/LICENSE +0 -24
  218. package/node_modules/request/node_modules/http-signature/node_modules/ctype/README +0 -82
  219. package/node_modules/request/node_modules/http-signature/node_modules/ctype/README.old +0 -298
  220. package/node_modules/request/node_modules/http-signature/node_modules/ctype/ctf.js +0 -245
  221. package/node_modules/request/node_modules/http-signature/node_modules/ctype/ctio.js +0 -1485
  222. package/node_modules/request/node_modules/http-signature/node_modules/ctype/ctype.js +0 -944
  223. package/node_modules/request/node_modules/http-signature/node_modules/ctype/man/man3ctype/ctio.3ctype +0 -241
  224. package/node_modules/request/node_modules/http-signature/node_modules/ctype/package.json +0 -36
  225. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tools/jsl.conf +0 -129
  226. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tools/jsstyle +0 -839
  227. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/float.json +0 -13
  228. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/int.json +0 -13
  229. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/psinfo.json +0 -104
  230. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/struct.json +0 -19
  231. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/tst.fail.js +0 -39
  232. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/tst.float.js +0 -14
  233. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/tst.int.js +0 -14
  234. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/tst.psinfo.js +0 -17
  235. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/tst.struct.js +0 -18
  236. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/tst.typedef.js +0 -15
  237. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctf/typedef.json +0 -14
  238. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/float/tst.rfloat.js +0 -767
  239. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/float/tst.wfloat.js +0 -753
  240. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/int/tst.64.js +0 -638
  241. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/int/tst.rint.js +0 -101
  242. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/int/tst.wbounds.js +0 -53
  243. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/int/tst.wint.js +0 -92
  244. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/uint/tst.64.js +0 -451
  245. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/uint/tst.roundtrip.js +0 -81
  246. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/uint/tst.ruint.js +0 -95
  247. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctio/uint/tst.wuint.js +0 -156
  248. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctype/tst.basicr.js +0 -50
  249. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctype/tst.basicw.js +0 -44
  250. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctype/tst.char.js +0 -42
  251. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctype/tst.endian.js +0 -45
  252. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctype/tst.oldwrite.js +0 -28
  253. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctype/tst.readSize.js +0 -128
  254. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctype/tst.structw.js +0 -28
  255. package/node_modules/request/node_modules/http-signature/node_modules/ctype/tst/ctype/tst.writeStruct.js +0 -31
  256. package/node_modules/request/node_modules/http-signature/package.json +0 -54
  257. package/node_modules/request/node_modules/json-stringify-safe/LICENSE +0 -27
  258. package/node_modules/request/node_modules/json-stringify-safe/README.md +0 -49
  259. package/node_modules/request/node_modules/json-stringify-safe/package.json +0 -51
  260. package/node_modules/request/node_modules/json-stringify-safe/stringify.js +0 -39
  261. package/node_modules/request/node_modules/json-stringify-safe/test.js +0 -128
  262. package/node_modules/request/node_modules/mime-types/.npmignore +0 -14
  263. package/node_modules/request/node_modules/mime-types/.travis.yml +0 -12
  264. package/node_modules/request/node_modules/mime-types/LICENSE +0 -22
  265. package/node_modules/request/node_modules/mime-types/Makefile +0 -9
  266. package/node_modules/request/node_modules/mime-types/README.md +0 -101
  267. package/node_modules/request/node_modules/mime-types/SOURCES.md +0 -17
  268. package/node_modules/request/node_modules/mime-types/component.json +0 -16
  269. package/node_modules/request/node_modules/mime-types/lib/custom.json +0 -27
  270. package/node_modules/request/node_modules/mime-types/lib/index.js +0 -75
  271. package/node_modules/request/node_modules/mime-types/lib/mime.json +0 -3317
  272. package/node_modules/request/node_modules/mime-types/lib/node.json +0 -55
  273. package/node_modules/request/node_modules/mime-types/package.json +0 -69
  274. package/node_modules/request/node_modules/node-uuid/.npmignore +0 -2
  275. package/node_modules/request/node_modules/node-uuid/LICENSE.md +0 -2
  276. package/node_modules/request/node_modules/node-uuid/README.md +0 -207
  277. package/node_modules/request/node_modules/node-uuid/benchmark/README.md +0 -53
  278. package/node_modules/request/node_modules/node-uuid/benchmark/bench.gnu +0 -174
  279. package/node_modules/request/node_modules/node-uuid/benchmark/bench.sh +0 -34
  280. package/node_modules/request/node_modules/node-uuid/benchmark/benchmark-native.c +0 -34
  281. package/node_modules/request/node_modules/node-uuid/benchmark/benchmark.js +0 -84
  282. package/node_modules/request/node_modules/node-uuid/component.json +0 -18
  283. package/node_modules/request/node_modules/node-uuid/package.json +0 -54
  284. package/node_modules/request/node_modules/node-uuid/test/compare_v1.js +0 -63
  285. package/node_modules/request/node_modules/node-uuid/test/test.html +0 -17
  286. package/node_modules/request/node_modules/node-uuid/test/test.js +0 -228
  287. package/node_modules/request/node_modules/node-uuid/uuid.js +0 -245
  288. package/node_modules/request/node_modules/oauth-sign/LICENSE +0 -55
  289. package/node_modules/request/node_modules/oauth-sign/README.md +0 -4
  290. package/node_modules/request/node_modules/oauth-sign/index.js +0 -43
  291. package/node_modules/request/node_modules/oauth-sign/package.json +0 -49
  292. package/node_modules/request/node_modules/oauth-sign/test.js +0 -49
  293. package/node_modules/request/node_modules/qs/.jshintignore +0 -1
  294. package/node_modules/request/node_modules/qs/.jshintrc +0 -10
  295. package/node_modules/request/node_modules/qs/.npmignore +0 -18
  296. package/node_modules/request/node_modules/qs/.travis.yml +0 -4
  297. package/node_modules/request/node_modules/qs/LICENSE +0 -28
  298. package/node_modules/request/node_modules/qs/Makefile +0 -8
  299. package/node_modules/request/node_modules/qs/Readme.md +0 -120
  300. package/node_modules/request/node_modules/qs/index.js +0 -1
  301. package/node_modules/request/node_modules/qs/lib/index.js +0 -15
  302. package/node_modules/request/node_modules/qs/lib/parse.js +0 -151
  303. package/node_modules/request/node_modules/qs/lib/stringify.js +0 -52
  304. package/node_modules/request/node_modules/qs/lib/utils.js +0 -131
  305. package/node_modules/request/node_modules/qs/package.json +0 -61
  306. package/node_modules/request/node_modules/qs/test/parse.js +0 -236
  307. package/node_modules/request/node_modules/qs/test/stringify.js +0 -123
  308. package/node_modules/request/node_modules/stringstream/.npmignore +0 -15
  309. package/node_modules/request/node_modules/stringstream/.travis.yml +0 -4
  310. package/node_modules/request/node_modules/stringstream/LICENSE.txt +0 -4
  311. package/node_modules/request/node_modules/stringstream/README.md +0 -38
  312. package/node_modules/request/node_modules/stringstream/example.js +0 -27
  313. package/node_modules/request/node_modules/stringstream/package.json +0 -48
  314. package/node_modules/request/node_modules/stringstream/stringstream.js +0 -102
  315. package/node_modules/request/node_modules/tough-cookie/.jshintrc +0 -70
  316. package/node_modules/request/node_modules/tough-cookie/.npmignore +0 -3
  317. package/node_modules/request/node_modules/tough-cookie/.travis.yml +0 -8
  318. package/node_modules/request/node_modules/tough-cookie/LICENSE +0 -78
  319. package/node_modules/request/node_modules/tough-cookie/README.md +0 -412
  320. package/node_modules/request/node_modules/tough-cookie/generate-pubsuffix.js +0 -239
  321. package/node_modules/request/node_modules/tough-cookie/lib/cookie.js +0 -1107
  322. package/node_modules/request/node_modules/tough-cookie/lib/memstore.js +0 -123
  323. package/node_modules/request/node_modules/tough-cookie/lib/pubsuffix.js +0 -69
  324. package/node_modules/request/node_modules/tough-cookie/lib/store.js +0 -37
  325. package/node_modules/request/node_modules/tough-cookie/node_modules/punycode/LICENSE-MIT.txt +0 -20
  326. package/node_modules/request/node_modules/tough-cookie/node_modules/punycode/README.md +0 -176
  327. package/node_modules/request/node_modules/tough-cookie/node_modules/punycode/package.json +0 -87
  328. package/node_modules/request/node_modules/tough-cookie/node_modules/punycode/punycode.js +0 -528
  329. package/node_modules/request/node_modules/tough-cookie/package.json +0 -67
  330. package/node_modules/request/node_modules/tough-cookie/public-suffix.txt +0 -5229
  331. package/node_modules/request/node_modules/tough-cookie/test.js +0 -1625
  332. package/node_modules/request/node_modules/tunnel-agent/.jshintrc +0 -5
  333. package/node_modules/request/node_modules/tunnel-agent/LICENSE +0 -55
  334. package/node_modules/request/node_modules/tunnel-agent/README.md +0 -4
  335. package/node_modules/request/node_modules/tunnel-agent/index.js +0 -236
  336. package/node_modules/request/node_modules/tunnel-agent/package.json +0 -46
  337. package/node_modules/request/package.json +0 -77
  338. package/node_modules/request/request.js +0 -1428
  339. package/test/fixtures/github-response.json +0 -1367
  340. package/test/index.js +0 -55
@@ -1,5229 +0,0 @@
1
- // ***** BEGIN LICENSE BLOCK *****
2
- // Version: MPL 1.1/GPL 2.0/LGPL 2.1
3
- //
4
- // The contents of this file are subject to the Mozilla Public License Version
5
- // 1.1 (the "License"); you may not use this file except in compliance with
6
- // the License. You may obtain a copy of the License at
7
- // http://www.mozilla.org/MPL/
8
- //
9
- // Software distributed under the License is distributed on an "AS IS" basis,
10
- // WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11
- // for the specific language governing rights and limitations under the
12
- // License.
13
- //
14
- // The Original Code is the Public Suffix List.
15
- //
16
- // The Initial Developer of the Original Code is
17
- // Jo Hermans <jo.hermans@gmail.com>.
18
- // Portions created by the Initial Developer are Copyright (C) 2007
19
- // the Initial Developer. All Rights Reserved.
20
- //
21
- // Contributor(s):
22
- // Ruben Arakelyan <ruben@rubenarakelyan.com>
23
- // Gervase Markham <gerv@gerv.net>
24
- // Pamela Greene <pamg.bugs@gmail.com>
25
- // David Triendl <david@triendl.name>
26
- // Jothan Frakes <jothan@gmail.com>
27
- // The kind representatives of many TLD registries
28
- //
29
- // Alternatively, the contents of this file may be used under the terms of
30
- // either the GNU General Public License Version 2 or later (the "GPL"), or
31
- // the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
32
- // in which case the provisions of the GPL or the LGPL are applicable instead
33
- // of those above. If you wish to allow use of your version of this file only
34
- // under the terms of either the GPL or the LGPL, and not to allow others to
35
- // use your version of this file under the terms of the MPL, indicate your
36
- // decision by deleting the provisions above and replace them with the notice
37
- // and other provisions required by the GPL or the LGPL. If you do not delete
38
- // the provisions above, a recipient may use your version of this file under
39
- // the terms of any one of the MPL, the GPL or the LGPL.
40
- //
41
- // ***** END LICENSE BLOCK *****
42
-
43
- // ===BEGIN ICANN DOMAINS===
44
-
45
- // ac : http://en.wikipedia.org/wiki/.ac
46
- ac
47
- com.ac
48
- edu.ac
49
- gov.ac
50
- net.ac
51
- mil.ac
52
- org.ac
53
-
54
- // ad : http://en.wikipedia.org/wiki/.ad
55
- ad
56
- nom.ad
57
-
58
- // ae : http://en.wikipedia.org/wiki/.ae
59
- // see also: "Domain Name Eligibility Policy" at http://www.aeda.ae/eng/aepolicy.php
60
- ae
61
- co.ae
62
- net.ae
63
- org.ae
64
- sch.ae
65
- ac.ae
66
- gov.ae
67
- mil.ae
68
-
69
- // aero : see http://www.information.aero/index.php?id=66
70
- aero
71
- accident-investigation.aero
72
- accident-prevention.aero
73
- aerobatic.aero
74
- aeroclub.aero
75
- aerodrome.aero
76
- agents.aero
77
- aircraft.aero
78
- airline.aero
79
- airport.aero
80
- air-surveillance.aero
81
- airtraffic.aero
82
- air-traffic-control.aero
83
- ambulance.aero
84
- amusement.aero
85
- association.aero
86
- author.aero
87
- ballooning.aero
88
- broker.aero
89
- caa.aero
90
- cargo.aero
91
- catering.aero
92
- certification.aero
93
- championship.aero
94
- charter.aero
95
- civilaviation.aero
96
- club.aero
97
- conference.aero
98
- consultant.aero
99
- consulting.aero
100
- control.aero
101
- council.aero
102
- crew.aero
103
- design.aero
104
- dgca.aero
105
- educator.aero
106
- emergency.aero
107
- engine.aero
108
- engineer.aero
109
- entertainment.aero
110
- equipment.aero
111
- exchange.aero
112
- express.aero
113
- federation.aero
114
- flight.aero
115
- freight.aero
116
- fuel.aero
117
- gliding.aero
118
- government.aero
119
- groundhandling.aero
120
- group.aero
121
- hanggliding.aero
122
- homebuilt.aero
123
- insurance.aero
124
- journal.aero
125
- journalist.aero
126
- leasing.aero
127
- logistics.aero
128
- magazine.aero
129
- maintenance.aero
130
- marketplace.aero
131
- media.aero
132
- microlight.aero
133
- modelling.aero
134
- navigation.aero
135
- parachuting.aero
136
- paragliding.aero
137
- passenger-association.aero
138
- pilot.aero
139
- press.aero
140
- production.aero
141
- recreation.aero
142
- repbody.aero
143
- res.aero
144
- research.aero
145
- rotorcraft.aero
146
- safety.aero
147
- scientist.aero
148
- services.aero
149
- show.aero
150
- skydiving.aero
151
- software.aero
152
- student.aero
153
- taxi.aero
154
- trader.aero
155
- trading.aero
156
- trainer.aero
157
- union.aero
158
- workinggroup.aero
159
- works.aero
160
-
161
- // af : http://www.nic.af/help.jsp
162
- af
163
- gov.af
164
- com.af
165
- org.af
166
- net.af
167
- edu.af
168
-
169
- // ag : http://www.nic.ag/prices.htm
170
- ag
171
- com.ag
172
- org.ag
173
- net.ag
174
- co.ag
175
- nom.ag
176
-
177
- // ai : http://nic.com.ai/
178
- ai
179
- off.ai
180
- com.ai
181
- net.ai
182
- org.ai
183
-
184
- // al : http://www.ert.gov.al/ert_alb/faq_det.html?Id=31
185
- al
186
- com.al
187
- edu.al
188
- gov.al
189
- mil.al
190
- net.al
191
- org.al
192
-
193
- // am : http://en.wikipedia.org/wiki/.am
194
- am
195
-
196
- // an : http://www.una.an/an_domreg/default.asp
197
- an
198
- com.an
199
- net.an
200
- org.an
201
- edu.an
202
-
203
- // ao : http://en.wikipedia.org/wiki/.ao
204
- // http://www.dns.ao/REGISTR.DOC
205
- ao
206
- ed.ao
207
- gv.ao
208
- og.ao
209
- co.ao
210
- pb.ao
211
- it.ao
212
-
213
- // aq : http://en.wikipedia.org/wiki/.aq
214
- aq
215
-
216
- // ar : http://en.wikipedia.org/wiki/.ar
217
- *.ar
218
- !congresodelalengua3.ar
219
- !educ.ar
220
- !gobiernoelectronico.ar
221
- !mecon.ar
222
- !nacion.ar
223
- !nic.ar
224
- !promocion.ar
225
- !retina.ar
226
- !uba.ar
227
-
228
- // arpa : http://en.wikipedia.org/wiki/.arpa
229
- // Confirmed by registry <iana-questions@icann.org> 2008-06-18
230
- e164.arpa
231
- in-addr.arpa
232
- ip6.arpa
233
- iris.arpa
234
- uri.arpa
235
- urn.arpa
236
-
237
- // as : http://en.wikipedia.org/wiki/.as
238
- as
239
- gov.as
240
-
241
- // asia : http://en.wikipedia.org/wiki/.asia
242
- asia
243
-
244
- // at : http://en.wikipedia.org/wiki/.at
245
- // Confirmed by registry <it@nic.at> 2008-06-17
246
- at
247
- ac.at
248
- co.at
249
- gv.at
250
- or.at
251
-
252
- // au : http://en.wikipedia.org/wiki/.au
253
- // http://www.auda.org.au/
254
- // 2LDs
255
- com.au
256
- net.au
257
- org.au
258
- edu.au
259
- gov.au
260
- csiro.au
261
- asn.au
262
- id.au
263
- // Historic 2LDs (closed to new registration, but sites still exist)
264
- info.au
265
- conf.au
266
- oz.au
267
- // CGDNs - http://www.cgdn.org.au/
268
- act.au
269
- nsw.au
270
- nt.au
271
- qld.au
272
- sa.au
273
- tas.au
274
- vic.au
275
- wa.au
276
- // 3LDs
277
- act.edu.au
278
- nsw.edu.au
279
- nt.edu.au
280
- qld.edu.au
281
- sa.edu.au
282
- tas.edu.au
283
- vic.edu.au
284
- wa.edu.au
285
- act.gov.au
286
- // Removed at request of Shae.Donelan@services.nsw.gov.au, 2010-03-04
287
- // nsw.gov.au
288
- nt.gov.au
289
- qld.gov.au
290
- sa.gov.au
291
- tas.gov.au
292
- vic.gov.au
293
- wa.gov.au
294
-
295
- // aw : http://en.wikipedia.org/wiki/.aw
296
- aw
297
- com.aw
298
-
299
- // ax : http://en.wikipedia.org/wiki/.ax
300
- ax
301
-
302
- // az : http://en.wikipedia.org/wiki/.az
303
- az
304
- com.az
305
- net.az
306
- int.az
307
- gov.az
308
- org.az
309
- edu.az
310
- info.az
311
- pp.az
312
- mil.az
313
- name.az
314
- pro.az
315
- biz.az
316
-
317
- // ba : http://en.wikipedia.org/wiki/.ba
318
- ba
319
- org.ba
320
- net.ba
321
- edu.ba
322
- gov.ba
323
- mil.ba
324
- unsa.ba
325
- unbi.ba
326
- co.ba
327
- com.ba
328
- rs.ba
329
-
330
- // bb : http://en.wikipedia.org/wiki/.bb
331
- bb
332
- biz.bb
333
- com.bb
334
- edu.bb
335
- gov.bb
336
- info.bb
337
- net.bb
338
- org.bb
339
- store.bb
340
-
341
- // bd : http://en.wikipedia.org/wiki/.bd
342
- *.bd
343
-
344
- // be : http://en.wikipedia.org/wiki/.be
345
- // Confirmed by registry <tech@dns.be> 2008-06-08
346
- be
347
- ac.be
348
-
349
- // bf : http://en.wikipedia.org/wiki/.bf
350
- bf
351
- gov.bf
352
-
353
- // bg : http://en.wikipedia.org/wiki/.bg
354
- // https://www.register.bg/user/static/rules/en/index.html
355
- bg
356
- a.bg
357
- b.bg
358
- c.bg
359
- d.bg
360
- e.bg
361
- f.bg
362
- g.bg
363
- h.bg
364
- i.bg
365
- j.bg
366
- k.bg
367
- l.bg
368
- m.bg
369
- n.bg
370
- o.bg
371
- p.bg
372
- q.bg
373
- r.bg
374
- s.bg
375
- t.bg
376
- u.bg
377
- v.bg
378
- w.bg
379
- x.bg
380
- y.bg
381
- z.bg
382
- 0.bg
383
- 1.bg
384
- 2.bg
385
- 3.bg
386
- 4.bg
387
- 5.bg
388
- 6.bg
389
- 7.bg
390
- 8.bg
391
- 9.bg
392
-
393
- // bh : http://en.wikipedia.org/wiki/.bh
394
- bh
395
- com.bh
396
- edu.bh
397
- net.bh
398
- org.bh
399
- gov.bh
400
-
401
- // bi : http://en.wikipedia.org/wiki/.bi
402
- // http://whois.nic.bi/
403
- bi
404
- co.bi
405
- com.bi
406
- edu.bi
407
- or.bi
408
- org.bi
409
-
410
- // biz : http://en.wikipedia.org/wiki/.biz
411
- biz
412
-
413
- // bj : http://en.wikipedia.org/wiki/.bj
414
- bj
415
- asso.bj
416
- barreau.bj
417
- gouv.bj
418
-
419
- // bm : http://www.bermudanic.bm/dnr-text.txt
420
- bm
421
- com.bm
422
- edu.bm
423
- gov.bm
424
- net.bm
425
- org.bm
426
-
427
- // bn : http://en.wikipedia.org/wiki/.bn
428
- *.bn
429
-
430
- // bo : http://www.nic.bo/
431
- bo
432
- com.bo
433
- edu.bo
434
- gov.bo
435
- gob.bo
436
- int.bo
437
- org.bo
438
- net.bo
439
- mil.bo
440
- tv.bo
441
-
442
- // br : http://registro.br/dominio/dpn.html
443
- // Updated by registry <fneves@registro.br> 2011-03-01
444
- br
445
- adm.br
446
- adv.br
447
- agr.br
448
- am.br
449
- arq.br
450
- art.br
451
- ato.br
452
- b.br
453
- bio.br
454
- blog.br
455
- bmd.br
456
- can.br
457
- cim.br
458
- cng.br
459
- cnt.br
460
- com.br
461
- coop.br
462
- ecn.br
463
- edu.br
464
- emp.br
465
- eng.br
466
- esp.br
467
- etc.br
468
- eti.br
469
- far.br
470
- flog.br
471
- fm.br
472
- fnd.br
473
- fot.br
474
- fst.br
475
- g12.br
476
- ggf.br
477
- gov.br
478
- imb.br
479
- ind.br
480
- inf.br
481
- jor.br
482
- jus.br
483
- lel.br
484
- mat.br
485
- med.br
486
- mil.br
487
- mus.br
488
- net.br
489
- nom.br
490
- not.br
491
- ntr.br
492
- odo.br
493
- org.br
494
- ppg.br
495
- pro.br
496
- psc.br
497
- psi.br
498
- qsl.br
499
- radio.br
500
- rec.br
501
- slg.br
502
- srv.br
503
- taxi.br
504
- teo.br
505
- tmp.br
506
- trd.br
507
- tur.br
508
- tv.br
509
- vet.br
510
- vlog.br
511
- wiki.br
512
- zlg.br
513
-
514
- // bs : http://www.nic.bs/rules.html
515
- bs
516
- com.bs
517
- net.bs
518
- org.bs
519
- edu.bs
520
- gov.bs
521
-
522
- // bt : http://en.wikipedia.org/wiki/.bt
523
- bt
524
- com.bt
525
- edu.bt
526
- gov.bt
527
- net.bt
528
- org.bt
529
-
530
- // bv : No registrations at this time.
531
- // Submitted by registry <jarle@uninett.no> 2006-06-16
532
-
533
- // bw : http://en.wikipedia.org/wiki/.bw
534
- // http://www.gobin.info/domainname/bw.doc
535
- // list of other 2nd level tlds ?
536
- bw
537
- co.bw
538
- org.bw
539
-
540
- // by : http://en.wikipedia.org/wiki/.by
541
- // http://tld.by/rules_2006_en.html
542
- // list of other 2nd level tlds ?
543
- by
544
- gov.by
545
- mil.by
546
- // Official information does not indicate that com.by is a reserved
547
- // second-level domain, but it's being used as one (see www.google.com.by and
548
- // www.yahoo.com.by, for example), so we list it here for safety's sake.
549
- com.by
550
-
551
- // http://hoster.by/
552
- of.by
553
-
554
- // bz : http://en.wikipedia.org/wiki/.bz
555
- // http://www.belizenic.bz/
556
- bz
557
- com.bz
558
- net.bz
559
- org.bz
560
- edu.bz
561
- gov.bz
562
-
563
- // ca : http://en.wikipedia.org/wiki/.ca
564
- ca
565
- // ca geographical names
566
- ab.ca
567
- bc.ca
568
- mb.ca
569
- nb.ca
570
- nf.ca
571
- nl.ca
572
- ns.ca
573
- nt.ca
574
- nu.ca
575
- on.ca
576
- pe.ca
577
- qc.ca
578
- sk.ca
579
- yk.ca
580
- // gc.ca: http://en.wikipedia.org/wiki/.gc.ca
581
- // see also: http://registry.gc.ca/en/SubdomainFAQ
582
- gc.ca
583
-
584
- // cat : http://en.wikipedia.org/wiki/.cat
585
- cat
586
-
587
- // cc : http://en.wikipedia.org/wiki/.cc
588
- cc
589
-
590
- // cd : http://en.wikipedia.org/wiki/.cd
591
- // see also: https://www.nic.cd/domain/insertDomain_2.jsp?act=1
592
- cd
593
- gov.cd
594
-
595
- // cf : http://en.wikipedia.org/wiki/.cf
596
- cf
597
-
598
- // cg : http://en.wikipedia.org/wiki/.cg
599
- cg
600
-
601
- // ch : http://en.wikipedia.org/wiki/.ch
602
- ch
603
-
604
- // ci : http://en.wikipedia.org/wiki/.ci
605
- // http://www.nic.ci/index.php?page=charte
606
- ci
607
- org.ci
608
- or.ci
609
- com.ci
610
- co.ci
611
- edu.ci
612
- ed.ci
613
- ac.ci
614
- net.ci
615
- go.ci
616
- asso.ci
617
- aéroport.ci
618
- int.ci
619
- presse.ci
620
- md.ci
621
- gouv.ci
622
-
623
- // ck : http://en.wikipedia.org/wiki/.ck
624
- *.ck
625
- !www.ck
626
-
627
- // cl : http://en.wikipedia.org/wiki/.cl
628
- cl
629
- gov.cl
630
- gob.cl
631
- co.cl
632
- mil.cl
633
-
634
- // cm : http://en.wikipedia.org/wiki/.cm
635
- cm
636
- gov.cm
637
-
638
- // cn : http://en.wikipedia.org/wiki/.cn
639
- // Submitted by registry <tanyaling@cnnic.cn> 2008-06-11
640
- cn
641
- ac.cn
642
- com.cn
643
- edu.cn
644
- gov.cn
645
- net.cn
646
- org.cn
647
- mil.cn
648
- 公司.cn
649
- 网络.cn
650
- 網絡.cn
651
- // cn geographic names
652
- ah.cn
653
- bj.cn
654
- cq.cn
655
- fj.cn
656
- gd.cn
657
- gs.cn
658
- gz.cn
659
- gx.cn
660
- ha.cn
661
- hb.cn
662
- he.cn
663
- hi.cn
664
- hl.cn
665
- hn.cn
666
- jl.cn
667
- js.cn
668
- jx.cn
669
- ln.cn
670
- nm.cn
671
- nx.cn
672
- qh.cn
673
- sc.cn
674
- sd.cn
675
- sh.cn
676
- sn.cn
677
- sx.cn
678
- tj.cn
679
- xj.cn
680
- xz.cn
681
- yn.cn
682
- zj.cn
683
- hk.cn
684
- mo.cn
685
- tw.cn
686
-
687
- // co : http://en.wikipedia.org/wiki/.co
688
- // Submitted by registry <tecnico@uniandes.edu.co> 2008-06-11
689
- co
690
- arts.co
691
- com.co
692
- edu.co
693
- firm.co
694
- gov.co
695
- info.co
696
- int.co
697
- mil.co
698
- net.co
699
- nom.co
700
- org.co
701
- rec.co
702
- web.co
703
-
704
- // com : http://en.wikipedia.org/wiki/.com
705
- com
706
-
707
- // coop : http://en.wikipedia.org/wiki/.coop
708
- coop
709
-
710
- // cr : http://www.nic.cr/niccr_publico/showRegistroDominiosScreen.do
711
- cr
712
- ac.cr
713
- co.cr
714
- ed.cr
715
- fi.cr
716
- go.cr
717
- or.cr
718
- sa.cr
719
-
720
- // cu : http://en.wikipedia.org/wiki/.cu
721
- cu
722
- com.cu
723
- edu.cu
724
- org.cu
725
- net.cu
726
- gov.cu
727
- inf.cu
728
-
729
- // cv : http://en.wikipedia.org/wiki/.cv
730
- cv
731
-
732
- // cx : http://en.wikipedia.org/wiki/.cx
733
- // list of other 2nd level tlds ?
734
- cx
735
- gov.cx
736
-
737
- // cy : http://en.wikipedia.org/wiki/.cy
738
- *.cy
739
-
740
- // cz : http://en.wikipedia.org/wiki/.cz
741
- cz
742
-
743
- // de : http://en.wikipedia.org/wiki/.de
744
- // Confirmed by registry <ops@denic.de> (with technical
745
- // reservations) 2008-07-01
746
- de
747
-
748
- // dj : http://en.wikipedia.org/wiki/.dj
749
- dj
750
-
751
- // dk : http://en.wikipedia.org/wiki/.dk
752
- // Confirmed by registry <robert@dk-hostmaster.dk> 2008-06-17
753
- dk
754
-
755
- // dm : http://en.wikipedia.org/wiki/.dm
756
- dm
757
- com.dm
758
- net.dm
759
- org.dm
760
- edu.dm
761
- gov.dm
762
-
763
- // do : http://en.wikipedia.org/wiki/.do
764
- do
765
- art.do
766
- com.do
767
- edu.do
768
- gob.do
769
- gov.do
770
- mil.do
771
- net.do
772
- org.do
773
- sld.do
774
- web.do
775
-
776
- // dz : http://en.wikipedia.org/wiki/.dz
777
- dz
778
- com.dz
779
- org.dz
780
- net.dz
781
- gov.dz
782
- edu.dz
783
- asso.dz
784
- pol.dz
785
- art.dz
786
-
787
- // ec : http://www.nic.ec/reg/paso1.asp
788
- // Submitted by registry <vabboud@nic.ec> 2008-07-04
789
- ec
790
- com.ec
791
- info.ec
792
- net.ec
793
- fin.ec
794
- k12.ec
795
- med.ec
796
- pro.ec
797
- org.ec
798
- edu.ec
799
- gov.ec
800
- gob.ec
801
- mil.ec
802
-
803
- // edu : http://en.wikipedia.org/wiki/.edu
804
- edu
805
-
806
- // ee : http://www.eenet.ee/EENet/dom_reeglid.html#lisa_B
807
- ee
808
- edu.ee
809
- gov.ee
810
- riik.ee
811
- lib.ee
812
- med.ee
813
- com.ee
814
- pri.ee
815
- aip.ee
816
- org.ee
817
- fie.ee
818
-
819
- // eg : http://en.wikipedia.org/wiki/.eg
820
- eg
821
- com.eg
822
- edu.eg
823
- eun.eg
824
- gov.eg
825
- mil.eg
826
- name.eg
827
- net.eg
828
- org.eg
829
- sci.eg
830
-
831
- // er : http://en.wikipedia.org/wiki/.er
832
- *.er
833
-
834
- // es : https://www.nic.es/site_ingles/ingles/dominios/index.html
835
- es
836
- com.es
837
- nom.es
838
- org.es
839
- gob.es
840
- edu.es
841
-
842
- // et : http://en.wikipedia.org/wiki/.et
843
- *.et
844
-
845
- // eu : http://en.wikipedia.org/wiki/.eu
846
- eu
847
-
848
- // fi : http://en.wikipedia.org/wiki/.fi
849
- fi
850
- // aland.fi : http://en.wikipedia.org/wiki/.ax
851
- // This domain is being phased out in favor of .ax. As there are still many
852
- // domains under aland.fi, we still keep it on the list until aland.fi is
853
- // completely removed.
854
- // TODO: Check for updates (expected to be phased out around Q1/2009)
855
- aland.fi
856
-
857
- // fj : http://en.wikipedia.org/wiki/.fj
858
- *.fj
859
-
860
- // fk : http://en.wikipedia.org/wiki/.fk
861
- *.fk
862
-
863
- // fm : http://en.wikipedia.org/wiki/.fm
864
- fm
865
-
866
- // fo : http://en.wikipedia.org/wiki/.fo
867
- fo
868
-
869
- // fr : http://www.afnic.fr/
870
- // domaines descriptifs : http://www.afnic.fr/obtenir/chartes/nommage-fr/annexe-descriptifs
871
- fr
872
- com.fr
873
- asso.fr
874
- nom.fr
875
- prd.fr
876
- presse.fr
877
- tm.fr
878
- // domaines sectoriels : http://www.afnic.fr/obtenir/chartes/nommage-fr/annexe-sectoriels
879
- aeroport.fr
880
- assedic.fr
881
- avocat.fr
882
- avoues.fr
883
- cci.fr
884
- chambagri.fr
885
- chirurgiens-dentistes.fr
886
- experts-comptables.fr
887
- geometre-expert.fr
888
- gouv.fr
889
- greta.fr
890
- huissier-justice.fr
891
- medecin.fr
892
- notaires.fr
893
- pharmacien.fr
894
- port.fr
895
- veterinaire.fr
896
-
897
- // ga : http://en.wikipedia.org/wiki/.ga
898
- ga
899
-
900
- // gb : This registry is effectively dormant
901
- // Submitted by registry <Damien.Shaw@ja.net> 2008-06-12
902
-
903
- // gd : http://en.wikipedia.org/wiki/.gd
904
- gd
905
-
906
- // ge : http://www.nic.net.ge/policy_en.pdf
907
- ge
908
- com.ge
909
- edu.ge
910
- gov.ge
911
- org.ge
912
- mil.ge
913
- net.ge
914
- pvt.ge
915
-
916
- // gf : http://en.wikipedia.org/wiki/.gf
917
- gf
918
-
919
- // gg : http://www.channelisles.net/applic/avextn.shtml
920
- gg
921
- co.gg
922
- org.gg
923
- net.gg
924
- sch.gg
925
- gov.gg
926
-
927
- // gh : http://en.wikipedia.org/wiki/.gh
928
- // see also: http://www.nic.gh/reg_now.php
929
- // Although domains directly at second level are not possible at the moment,
930
- // they have been possible for some time and may come back.
931
- gh
932
- com.gh
933
- edu.gh
934
- gov.gh
935
- org.gh
936
- mil.gh
937
-
938
- // gi : http://www.nic.gi/rules.html
939
- gi
940
- com.gi
941
- ltd.gi
942
- gov.gi
943
- mod.gi
944
- edu.gi
945
- org.gi
946
-
947
- // gl : http://en.wikipedia.org/wiki/.gl
948
- // http://nic.gl
949
- gl
950
-
951
- // gm : http://www.nic.gm/htmlpages%5Cgm-policy.htm
952
- gm
953
-
954
- // gn : http://psg.com/dns/gn/gn.txt
955
- // Submitted by registry <randy@psg.com> 2008-06-17
956
- ac.gn
957
- com.gn
958
- edu.gn
959
- gov.gn
960
- org.gn
961
- net.gn
962
-
963
- // gov : http://en.wikipedia.org/wiki/.gov
964
- gov
965
-
966
- // gp : http://www.nic.gp/index.php?lang=en
967
- gp
968
- com.gp
969
- net.gp
970
- mobi.gp
971
- edu.gp
972
- org.gp
973
- asso.gp
974
-
975
- // gq : http://en.wikipedia.org/wiki/.gq
976
- gq
977
-
978
- // gr : https://grweb.ics.forth.gr/english/1617-B-2005.html
979
- // Submitted by registry <segred@ics.forth.gr> 2008-06-09
980
- gr
981
- com.gr
982
- edu.gr
983
- net.gr
984
- org.gr
985
- gov.gr
986
-
987
- // gs : http://en.wikipedia.org/wiki/.gs
988
- gs
989
-
990
- // gt : http://www.gt/politicas.html
991
- *.gt
992
- !www.gt
993
-
994
- // gu : http://gadao.gov.gu/registration.txt
995
- *.gu
996
-
997
- // gw : http://en.wikipedia.org/wiki/.gw
998
- gw
999
-
1000
- // gy : http://en.wikipedia.org/wiki/.gy
1001
- // http://registry.gy/
1002
- gy
1003
- co.gy
1004
- com.gy
1005
- net.gy
1006
-
1007
- // hk : https://www.hkdnr.hk
1008
- // Submitted by registry <hk.tech@hkirc.hk> 2008-06-11
1009
- hk
1010
- com.hk
1011
- edu.hk
1012
- gov.hk
1013
- idv.hk
1014
- net.hk
1015
- org.hk
1016
- 公司.hk
1017
- 教育.hk
1018
- 敎育.hk
1019
- 政府.hk
1020
- 個人.hk
1021
- 个人.hk
1022
- 箇人.hk
1023
- 網络.hk
1024
- 网络.hk
1025
- 组織.hk
1026
- 網絡.hk
1027
- 网絡.hk
1028
- 组织.hk
1029
- 組織.hk
1030
- 組织.hk
1031
-
1032
- // hm : http://en.wikipedia.org/wiki/.hm
1033
- hm
1034
-
1035
- // hn : http://www.nic.hn/politicas/ps02,,05.html
1036
- hn
1037
- com.hn
1038
- edu.hn
1039
- org.hn
1040
- net.hn
1041
- mil.hn
1042
- gob.hn
1043
-
1044
- // hr : http://www.dns.hr/documents/pdf/HRTLD-regulations.pdf
1045
- hr
1046
- iz.hr
1047
- from.hr
1048
- name.hr
1049
- com.hr
1050
-
1051
- // ht : http://www.nic.ht/info/charte.cfm
1052
- ht
1053
- com.ht
1054
- shop.ht
1055
- firm.ht
1056
- info.ht
1057
- adult.ht
1058
- net.ht
1059
- pro.ht
1060
- org.ht
1061
- med.ht
1062
- art.ht
1063
- coop.ht
1064
- pol.ht
1065
- asso.ht
1066
- edu.ht
1067
- rel.ht
1068
- gouv.ht
1069
- perso.ht
1070
-
1071
- // hu : http://www.domain.hu/domain/English/sld.html
1072
- // Confirmed by registry <pasztor@iszt.hu> 2008-06-12
1073
- hu
1074
- co.hu
1075
- info.hu
1076
- org.hu
1077
- priv.hu
1078
- sport.hu
1079
- tm.hu
1080
- 2000.hu
1081
- agrar.hu
1082
- bolt.hu
1083
- casino.hu
1084
- city.hu
1085
- erotica.hu
1086
- erotika.hu
1087
- film.hu
1088
- forum.hu
1089
- games.hu
1090
- hotel.hu
1091
- ingatlan.hu
1092
- jogasz.hu
1093
- konyvelo.hu
1094
- lakas.hu
1095
- media.hu
1096
- news.hu
1097
- reklam.hu
1098
- sex.hu
1099
- shop.hu
1100
- suli.hu
1101
- szex.hu
1102
- tozsde.hu
1103
- utazas.hu
1104
- video.hu
1105
-
1106
- // id : http://en.wikipedia.org/wiki/.id
1107
- // see also: https://register.pandi.or.id/
1108
- id
1109
- ac.id
1110
- co.id
1111
- go.id
1112
- mil.id
1113
- net.id
1114
- or.id
1115
- sch.id
1116
- web.id
1117
-
1118
- // ie : http://en.wikipedia.org/wiki/.ie
1119
- ie
1120
- gov.ie
1121
-
1122
- // il : http://en.wikipedia.org/wiki/.il
1123
- *.il
1124
-
1125
- // im : https://www.nic.im/pdfs/imfaqs.pdf
1126
- im
1127
- co.im
1128
- ltd.co.im
1129
- plc.co.im
1130
- net.im
1131
- gov.im
1132
- org.im
1133
- nic.im
1134
- ac.im
1135
-
1136
- // in : http://en.wikipedia.org/wiki/.in
1137
- // see also: http://www.inregistry.in/policies/
1138
- // Please note, that nic.in is not an offical eTLD, but used by most
1139
- // government institutions.
1140
- in
1141
- co.in
1142
- firm.in
1143
- net.in
1144
- org.in
1145
- gen.in
1146
- ind.in
1147
- nic.in
1148
- ac.in
1149
- edu.in
1150
- res.in
1151
- gov.in
1152
- mil.in
1153
-
1154
- // info : http://en.wikipedia.org/wiki/.info
1155
- info
1156
-
1157
- // int : http://en.wikipedia.org/wiki/.int
1158
- // Confirmed by registry <iana-questions@icann.org> 2008-06-18
1159
- int
1160
- eu.int
1161
-
1162
- // io : http://www.nic.io/rules.html
1163
- // list of other 2nd level tlds ?
1164
- io
1165
- com.io
1166
-
1167
- // iq : http://www.cmc.iq/english/iq/iqregister1.htm
1168
- iq
1169
- gov.iq
1170
- edu.iq
1171
- mil.iq
1172
- com.iq
1173
- org.iq
1174
- net.iq
1175
-
1176
- // ir : http://www.nic.ir/Terms_and_Conditions_ir,_Appendix_1_Domain_Rules
1177
- // Also see http://www.nic.ir/Internationalized_Domain_Names
1178
- // Two <iran>.ir entries added at request of <tech-team@nic.ir>, 2010-04-16
1179
- ir
1180
- ac.ir
1181
- co.ir
1182
- gov.ir
1183
- id.ir
1184
- net.ir
1185
- org.ir
1186
- sch.ir
1187
- // xn--mgba3a4f16a.ir (<iran>.ir, Persian YEH)
1188
- ایران.ir
1189
- // xn--mgba3a4fra.ir (<iran>.ir, Arabic YEH)
1190
- ايران.ir
1191
-
1192
- // is : http://www.isnic.is/domain/rules.php
1193
- // Confirmed by registry <marius@isgate.is> 2008-12-06
1194
- is
1195
- net.is
1196
- com.is
1197
- edu.is
1198
- gov.is
1199
- org.is
1200
- int.is
1201
-
1202
- // it : http://en.wikipedia.org/wiki/.it
1203
- it
1204
- gov.it
1205
- edu.it
1206
- // list of reserved geo-names :
1207
- // http://www.nic.it/documenti/regolamenti-e-linee-guida/regolamento-assegnazione-versione-6.0.pdf
1208
- // (There is also a list of reserved geo-names corresponding to Italian
1209
- // municipalities : http://www.nic.it/documenti/appendice-c.pdf , but it is
1210
- // not included here.)
1211
- agrigento.it
1212
- ag.it
1213
- alessandria.it
1214
- al.it
1215
- ancona.it
1216
- an.it
1217
- aosta.it
1218
- aoste.it
1219
- ao.it
1220
- arezzo.it
1221
- ar.it
1222
- ascoli-piceno.it
1223
- ascolipiceno.it
1224
- ap.it
1225
- asti.it
1226
- at.it
1227
- avellino.it
1228
- av.it
1229
- bari.it
1230
- ba.it
1231
- andria-barletta-trani.it
1232
- andriabarlettatrani.it
1233
- trani-barletta-andria.it
1234
- tranibarlettaandria.it
1235
- barletta-trani-andria.it
1236
- barlettatraniandria.it
1237
- andria-trani-barletta.it
1238
- andriatranibarletta.it
1239
- trani-andria-barletta.it
1240
- traniandriabarletta.it
1241
- bt.it
1242
- belluno.it
1243
- bl.it
1244
- benevento.it
1245
- bn.it
1246
- bergamo.it
1247
- bg.it
1248
- biella.it
1249
- bi.it
1250
- bologna.it
1251
- bo.it
1252
- bolzano.it
1253
- bozen.it
1254
- balsan.it
1255
- alto-adige.it
1256
- altoadige.it
1257
- suedtirol.it
1258
- bz.it
1259
- brescia.it
1260
- bs.it
1261
- brindisi.it
1262
- br.it
1263
- cagliari.it
1264
- ca.it
1265
- caltanissetta.it
1266
- cl.it
1267
- campobasso.it
1268
- cb.it
1269
- carboniaiglesias.it
1270
- carbonia-iglesias.it
1271
- iglesias-carbonia.it
1272
- iglesiascarbonia.it
1273
- ci.it
1274
- caserta.it
1275
- ce.it
1276
- catania.it
1277
- ct.it
1278
- catanzaro.it
1279
- cz.it
1280
- chieti.it
1281
- ch.it
1282
- como.it
1283
- co.it
1284
- cosenza.it
1285
- cs.it
1286
- cremona.it
1287
- cr.it
1288
- crotone.it
1289
- kr.it
1290
- cuneo.it
1291
- cn.it
1292
- dell-ogliastra.it
1293
- dellogliastra.it
1294
- ogliastra.it
1295
- og.it
1296
- enna.it
1297
- en.it
1298
- ferrara.it
1299
- fe.it
1300
- fermo.it
1301
- fm.it
1302
- firenze.it
1303
- florence.it
1304
- fi.it
1305
- foggia.it
1306
- fg.it
1307
- forli-cesena.it
1308
- forlicesena.it
1309
- cesena-forli.it
1310
- cesenaforli.it
1311
- fc.it
1312
- frosinone.it
1313
- fr.it
1314
- genova.it
1315
- genoa.it
1316
- ge.it
1317
- gorizia.it
1318
- go.it
1319
- grosseto.it
1320
- gr.it
1321
- imperia.it
1322
- im.it
1323
- isernia.it
1324
- is.it
1325
- laquila.it
1326
- aquila.it
1327
- aq.it
1328
- la-spezia.it
1329
- laspezia.it
1330
- sp.it
1331
- latina.it
1332
- lt.it
1333
- lecce.it
1334
- le.it
1335
- lecco.it
1336
- lc.it
1337
- livorno.it
1338
- li.it
1339
- lodi.it
1340
- lo.it
1341
- lucca.it
1342
- lu.it
1343
- macerata.it
1344
- mc.it
1345
- mantova.it
1346
- mn.it
1347
- massa-carrara.it
1348
- massacarrara.it
1349
- carrara-massa.it
1350
- carraramassa.it
1351
- ms.it
1352
- matera.it
1353
- mt.it
1354
- medio-campidano.it
1355
- mediocampidano.it
1356
- campidano-medio.it
1357
- campidanomedio.it
1358
- vs.it
1359
- messina.it
1360
- me.it
1361
- milano.it
1362
- milan.it
1363
- mi.it
1364
- modena.it
1365
- mo.it
1366
- monza.it
1367
- monza-brianza.it
1368
- monzabrianza.it
1369
- monzaebrianza.it
1370
- monzaedellabrianza.it
1371
- monza-e-della-brianza.it
1372
- mb.it
1373
- napoli.it
1374
- naples.it
1375
- na.it
1376
- novara.it
1377
- no.it
1378
- nuoro.it
1379
- nu.it
1380
- oristano.it
1381
- or.it
1382
- padova.it
1383
- padua.it
1384
- pd.it
1385
- palermo.it
1386
- pa.it
1387
- parma.it
1388
- pr.it
1389
- pavia.it
1390
- pv.it
1391
- perugia.it
1392
- pg.it
1393
- pescara.it
1394
- pe.it
1395
- pesaro-urbino.it
1396
- pesarourbino.it
1397
- urbino-pesaro.it
1398
- urbinopesaro.it
1399
- pu.it
1400
- piacenza.it
1401
- pc.it
1402
- pisa.it
1403
- pi.it
1404
- pistoia.it
1405
- pt.it
1406
- pordenone.it
1407
- pn.it
1408
- potenza.it
1409
- pz.it
1410
- prato.it
1411
- po.it
1412
- ragusa.it
1413
- rg.it
1414
- ravenna.it
1415
- ra.it
1416
- reggio-calabria.it
1417
- reggiocalabria.it
1418
- rc.it
1419
- reggio-emilia.it
1420
- reggioemilia.it
1421
- re.it
1422
- rieti.it
1423
- ri.it
1424
- rimini.it
1425
- rn.it
1426
- roma.it
1427
- rome.it
1428
- rm.it
1429
- rovigo.it
1430
- ro.it
1431
- salerno.it
1432
- sa.it
1433
- sassari.it
1434
- ss.it
1435
- savona.it
1436
- sv.it
1437
- siena.it
1438
- si.it
1439
- siracusa.it
1440
- sr.it
1441
- sondrio.it
1442
- so.it
1443
- taranto.it
1444
- ta.it
1445
- tempio-olbia.it
1446
- tempioolbia.it
1447
- olbia-tempio.it
1448
- olbiatempio.it
1449
- ot.it
1450
- teramo.it
1451
- te.it
1452
- terni.it
1453
- tr.it
1454
- torino.it
1455
- turin.it
1456
- to.it
1457
- trapani.it
1458
- tp.it
1459
- trento.it
1460
- trentino.it
1461
- tn.it
1462
- treviso.it
1463
- tv.it
1464
- trieste.it
1465
- ts.it
1466
- udine.it
1467
- ud.it
1468
- varese.it
1469
- va.it
1470
- venezia.it
1471
- venice.it
1472
- ve.it
1473
- verbania.it
1474
- vb.it
1475
- vercelli.it
1476
- vc.it
1477
- verona.it
1478
- vr.it
1479
- vibo-valentia.it
1480
- vibovalentia.it
1481
- vv.it
1482
- vicenza.it
1483
- vi.it
1484
- viterbo.it
1485
- vt.it
1486
-
1487
- // je : http://www.channelisles.net/applic/avextn.shtml
1488
- je
1489
- co.je
1490
- org.je
1491
- net.je
1492
- sch.je
1493
- gov.je
1494
-
1495
- // jm : http://www.com.jm/register.html
1496
- *.jm
1497
-
1498
- // jo : http://www.dns.jo/Registration_policy.aspx
1499
- jo
1500
- com.jo
1501
- org.jo
1502
- net.jo
1503
- edu.jo
1504
- sch.jo
1505
- gov.jo
1506
- mil.jo
1507
- name.jo
1508
-
1509
- // jobs : http://en.wikipedia.org/wiki/.jobs
1510
- jobs
1511
-
1512
- // jp : http://en.wikipedia.org/wiki/.jp
1513
- // http://jprs.co.jp/en/jpdomain.html
1514
- // Submitted by registry <yone@jprs.co.jp> 2008-06-11
1515
- // Updated by registry <yone@jprs.co.jp> 2008-12-04
1516
- jp
1517
- // jp organizational type names
1518
- ac.jp
1519
- ad.jp
1520
- co.jp
1521
- ed.jp
1522
- go.jp
1523
- gr.jp
1524
- lg.jp
1525
- ne.jp
1526
- or.jp
1527
- // jp geographic type names
1528
- // http://jprs.jp/doc/rule/saisoku-1.html
1529
- *.aichi.jp
1530
- *.akita.jp
1531
- *.aomori.jp
1532
- *.chiba.jp
1533
- *.ehime.jp
1534
- *.fukui.jp
1535
- *.fukuoka.jp
1536
- *.fukushima.jp
1537
- *.gifu.jp
1538
- *.gunma.jp
1539
- *.hiroshima.jp
1540
- *.hokkaido.jp
1541
- *.hyogo.jp
1542
- *.ibaraki.jp
1543
- *.ishikawa.jp
1544
- *.iwate.jp
1545
- *.kagawa.jp
1546
- *.kagoshima.jp
1547
- *.kanagawa.jp
1548
- *.kawasaki.jp
1549
- *.kitakyushu.jp
1550
- *.kobe.jp
1551
- *.kochi.jp
1552
- *.kumamoto.jp
1553
- *.kyoto.jp
1554
- *.mie.jp
1555
- *.miyagi.jp
1556
- *.miyazaki.jp
1557
- *.nagano.jp
1558
- *.nagasaki.jp
1559
- *.nagoya.jp
1560
- *.nara.jp
1561
- *.niigata.jp
1562
- *.oita.jp
1563
- *.okayama.jp
1564
- *.okinawa.jp
1565
- *.osaka.jp
1566
- *.saga.jp
1567
- *.saitama.jp
1568
- *.sapporo.jp
1569
- *.sendai.jp
1570
- *.shiga.jp
1571
- *.shimane.jp
1572
- *.shizuoka.jp
1573
- *.tochigi.jp
1574
- *.tokushima.jp
1575
- *.tokyo.jp
1576
- *.tottori.jp
1577
- *.toyama.jp
1578
- *.wakayama.jp
1579
- *.yamagata.jp
1580
- *.yamaguchi.jp
1581
- *.yamanashi.jp
1582
- *.yokohama.jp
1583
- !metro.tokyo.jp
1584
- !pref.aichi.jp
1585
- !pref.akita.jp
1586
- !pref.aomori.jp
1587
- !pref.chiba.jp
1588
- !pref.ehime.jp
1589
- !pref.fukui.jp
1590
- !pref.fukuoka.jp
1591
- !pref.fukushima.jp
1592
- !pref.gifu.jp
1593
- !pref.gunma.jp
1594
- !pref.hiroshima.jp
1595
- !pref.hokkaido.jp
1596
- !pref.hyogo.jp
1597
- !pref.ibaraki.jp
1598
- !pref.ishikawa.jp
1599
- !pref.iwate.jp
1600
- !pref.kagawa.jp
1601
- !pref.kagoshima.jp
1602
- !pref.kanagawa.jp
1603
- !pref.kochi.jp
1604
- !pref.kumamoto.jp
1605
- !pref.kyoto.jp
1606
- !pref.mie.jp
1607
- !pref.miyagi.jp
1608
- !pref.miyazaki.jp
1609
- !pref.nagano.jp
1610
- !pref.nagasaki.jp
1611
- !pref.nara.jp
1612
- !pref.niigata.jp
1613
- !pref.oita.jp
1614
- !pref.okayama.jp
1615
- !pref.okinawa.jp
1616
- !pref.osaka.jp
1617
- !pref.saga.jp
1618
- !pref.saitama.jp
1619
- !pref.shiga.jp
1620
- !pref.shimane.jp
1621
- !pref.shizuoka.jp
1622
- !pref.tochigi.jp
1623
- !pref.tokushima.jp
1624
- !pref.tottori.jp
1625
- !pref.toyama.jp
1626
- !pref.wakayama.jp
1627
- !pref.yamagata.jp
1628
- !pref.yamaguchi.jp
1629
- !pref.yamanashi.jp
1630
- !city.chiba.jp
1631
- !city.fukuoka.jp
1632
- !city.hiroshima.jp
1633
- !city.kawasaki.jp
1634
- !city.kitakyushu.jp
1635
- !city.kobe.jp
1636
- !city.kyoto.jp
1637
- !city.nagoya.jp
1638
- !city.niigata.jp
1639
- !city.okayama.jp
1640
- !city.osaka.jp
1641
- !city.saitama.jp
1642
- !city.sapporo.jp
1643
- !city.sendai.jp
1644
- !city.shizuoka.jp
1645
- !city.yokohama.jp
1646
-
1647
- // ke : http://www.kenic.or.ke/index.php?option=com_content&task=view&id=117&Itemid=145
1648
- *.ke
1649
-
1650
- // kg : http://www.domain.kg/dmn_n.html
1651
- kg
1652
- org.kg
1653
- net.kg
1654
- com.kg
1655
- edu.kg
1656
- gov.kg
1657
- mil.kg
1658
-
1659
- // kh : http://www.mptc.gov.kh/dns_registration.htm
1660
- *.kh
1661
-
1662
- // ki : http://www.ki/dns/index.html
1663
- ki
1664
- edu.ki
1665
- biz.ki
1666
- net.ki
1667
- org.ki
1668
- gov.ki
1669
- info.ki
1670
- com.ki
1671
-
1672
- // km : http://en.wikipedia.org/wiki/.km
1673
- // http://www.domaine.km/documents/charte.doc
1674
- km
1675
- org.km
1676
- nom.km
1677
- gov.km
1678
- prd.km
1679
- tm.km
1680
- edu.km
1681
- mil.km
1682
- ass.km
1683
- com.km
1684
- // These are only mentioned as proposed suggestions at domaine.km, but
1685
- // http://en.wikipedia.org/wiki/.km says they're available for registration:
1686
- coop.km
1687
- asso.km
1688
- presse.km
1689
- medecin.km
1690
- notaires.km
1691
- pharmaciens.km
1692
- veterinaire.km
1693
- gouv.km
1694
-
1695
- // kn : http://en.wikipedia.org/wiki/.kn
1696
- // http://www.dot.kn/domainRules.html
1697
- kn
1698
- net.kn
1699
- org.kn
1700
- edu.kn
1701
- gov.kn
1702
-
1703
- // kp : http://www.kcce.kp/en_index.php
1704
- com.kp
1705
- edu.kp
1706
- gov.kp
1707
- org.kp
1708
- rep.kp
1709
- tra.kp
1710
-
1711
- // kr : http://en.wikipedia.org/wiki/.kr
1712
- // see also: http://domain.nida.or.kr/eng/registration.jsp
1713
- kr
1714
- ac.kr
1715
- co.kr
1716
- es.kr
1717
- go.kr
1718
- hs.kr
1719
- kg.kr
1720
- mil.kr
1721
- ms.kr
1722
- ne.kr
1723
- or.kr
1724
- pe.kr
1725
- re.kr
1726
- sc.kr
1727
- // kr geographical names
1728
- busan.kr
1729
- chungbuk.kr
1730
- chungnam.kr
1731
- daegu.kr
1732
- daejeon.kr
1733
- gangwon.kr
1734
- gwangju.kr
1735
- gyeongbuk.kr
1736
- gyeonggi.kr
1737
- gyeongnam.kr
1738
- incheon.kr
1739
- jeju.kr
1740
- jeonbuk.kr
1741
- jeonnam.kr
1742
- seoul.kr
1743
- ulsan.kr
1744
-
1745
- // kw : http://en.wikipedia.org/wiki/.kw
1746
- *.kw
1747
-
1748
- // ky : http://www.icta.ky/da_ky_reg_dom.php
1749
- // Confirmed by registry <kysupport@perimeterusa.com> 2008-06-17
1750
- ky
1751
- edu.ky
1752
- gov.ky
1753
- com.ky
1754
- org.ky
1755
- net.ky
1756
-
1757
- // kz : http://en.wikipedia.org/wiki/.kz
1758
- // see also: http://www.nic.kz/rules/index.jsp
1759
- kz
1760
- org.kz
1761
- edu.kz
1762
- net.kz
1763
- gov.kz
1764
- mil.kz
1765
- com.kz
1766
-
1767
- // la : http://en.wikipedia.org/wiki/.la
1768
- // Submitted by registry <gavin.brown@nic.la> 2008-06-10
1769
- la
1770
- int.la
1771
- net.la
1772
- info.la
1773
- edu.la
1774
- gov.la
1775
- per.la
1776
- com.la
1777
- org.la
1778
-
1779
- // lb : http://en.wikipedia.org/wiki/.lb
1780
- // Submitted by registry <randy@psg.com> 2008-06-17
1781
- com.lb
1782
- edu.lb
1783
- gov.lb
1784
- net.lb
1785
- org.lb
1786
-
1787
- // lc : http://en.wikipedia.org/wiki/.lc
1788
- // see also: http://www.nic.lc/rules.htm
1789
- lc
1790
- com.lc
1791
- net.lc
1792
- co.lc
1793
- org.lc
1794
- edu.lc
1795
- gov.lc
1796
-
1797
- // li : http://en.wikipedia.org/wiki/.li
1798
- li
1799
-
1800
- // lk : http://www.nic.lk/seclevpr.html
1801
- lk
1802
- gov.lk
1803
- sch.lk
1804
- net.lk
1805
- int.lk
1806
- com.lk
1807
- org.lk
1808
- edu.lk
1809
- ngo.lk
1810
- soc.lk
1811
- web.lk
1812
- ltd.lk
1813
- assn.lk
1814
- grp.lk
1815
- hotel.lk
1816
-
1817
- // lr : http://psg.com/dns/lr/lr.txt
1818
- // Submitted by registry <randy@psg.com> 2008-06-17
1819
- com.lr
1820
- edu.lr
1821
- gov.lr
1822
- org.lr
1823
- net.lr
1824
-
1825
- // ls : http://en.wikipedia.org/wiki/.ls
1826
- ls
1827
- co.ls
1828
- org.ls
1829
-
1830
- // lt : http://en.wikipedia.org/wiki/.lt
1831
- lt
1832
- // gov.lt : http://www.gov.lt/index_en.php
1833
- gov.lt
1834
-
1835
- // lu : http://www.dns.lu/en/
1836
- lu
1837
-
1838
- // lv : http://www.nic.lv/DNS/En/generic.php
1839
- lv
1840
- com.lv
1841
- edu.lv
1842
- gov.lv
1843
- org.lv
1844
- mil.lv
1845
- id.lv
1846
- net.lv
1847
- asn.lv
1848
- conf.lv
1849
-
1850
- // ly : http://www.nic.ly/regulations.php
1851
- ly
1852
- com.ly
1853
- net.ly
1854
- gov.ly
1855
- plc.ly
1856
- edu.ly
1857
- sch.ly
1858
- med.ly
1859
- org.ly
1860
- id.ly
1861
-
1862
- // ma : http://en.wikipedia.org/wiki/.ma
1863
- // http://www.anrt.ma/fr/admin/download/upload/file_fr782.pdf
1864
- ma
1865
- co.ma
1866
- net.ma
1867
- gov.ma
1868
- org.ma
1869
- ac.ma
1870
- press.ma
1871
-
1872
- // mc : http://www.nic.mc/
1873
- mc
1874
- tm.mc
1875
- asso.mc
1876
-
1877
- // md : http://en.wikipedia.org/wiki/.md
1878
- md
1879
-
1880
- // me : http://en.wikipedia.org/wiki/.me
1881
- me
1882
- co.me
1883
- net.me
1884
- org.me
1885
- edu.me
1886
- ac.me
1887
- gov.me
1888
- its.me
1889
- priv.me
1890
-
1891
- // mg : http://www.nic.mg/tarif.htm
1892
- mg
1893
- org.mg
1894
- nom.mg
1895
- gov.mg
1896
- prd.mg
1897
- tm.mg
1898
- edu.mg
1899
- mil.mg
1900
- com.mg
1901
-
1902
- // mh : http://en.wikipedia.org/wiki/.mh
1903
- mh
1904
-
1905
- // mil : http://en.wikipedia.org/wiki/.mil
1906
- mil
1907
-
1908
- // mk : http://en.wikipedia.org/wiki/.mk
1909
- // see also: http://dns.marnet.net.mk/postapka.php
1910
- mk
1911
- com.mk
1912
- org.mk
1913
- net.mk
1914
- edu.mk
1915
- gov.mk
1916
- inf.mk
1917
- name.mk
1918
-
1919
- // ml : http://www.gobin.info/domainname/ml-template.doc
1920
- // see also: http://en.wikipedia.org/wiki/.ml
1921
- ml
1922
- com.ml
1923
- edu.ml
1924
- gouv.ml
1925
- gov.ml
1926
- net.ml
1927
- org.ml
1928
- presse.ml
1929
-
1930
- // mm : http://en.wikipedia.org/wiki/.mm
1931
- *.mm
1932
-
1933
- // mn : http://en.wikipedia.org/wiki/.mn
1934
- mn
1935
- gov.mn
1936
- edu.mn
1937
- org.mn
1938
-
1939
- // mo : http://www.monic.net.mo/
1940
- mo
1941
- com.mo
1942
- net.mo
1943
- org.mo
1944
- edu.mo
1945
- gov.mo
1946
-
1947
- // mobi : http://en.wikipedia.org/wiki/.mobi
1948
- mobi
1949
-
1950
- // mp : http://www.dot.mp/
1951
- // Confirmed by registry <dcamacho@saipan.com> 2008-06-17
1952
- mp
1953
-
1954
- // mq : http://en.wikipedia.org/wiki/.mq
1955
- mq
1956
-
1957
- // mr : http://en.wikipedia.org/wiki/.mr
1958
- mr
1959
- gov.mr
1960
-
1961
- // ms : http://en.wikipedia.org/wiki/.ms
1962
- ms
1963
-
1964
- // mt : https://www.nic.org.mt/dotmt/
1965
- *.mt
1966
-
1967
- // mu : http://en.wikipedia.org/wiki/.mu
1968
- mu
1969
- com.mu
1970
- net.mu
1971
- org.mu
1972
- gov.mu
1973
- ac.mu
1974
- co.mu
1975
- or.mu
1976
-
1977
- // museum : http://about.museum/naming/
1978
- // http://index.museum/
1979
- museum
1980
- academy.museum
1981
- agriculture.museum
1982
- air.museum
1983
- airguard.museum
1984
- alabama.museum
1985
- alaska.museum
1986
- amber.museum
1987
- ambulance.museum
1988
- american.museum
1989
- americana.museum
1990
- americanantiques.museum
1991
- americanart.museum
1992
- amsterdam.museum
1993
- and.museum
1994
- annefrank.museum
1995
- anthro.museum
1996
- anthropology.museum
1997
- antiques.museum
1998
- aquarium.museum
1999
- arboretum.museum
2000
- archaeological.museum
2001
- archaeology.museum
2002
- architecture.museum
2003
- art.museum
2004
- artanddesign.museum
2005
- artcenter.museum
2006
- artdeco.museum
2007
- arteducation.museum
2008
- artgallery.museum
2009
- arts.museum
2010
- artsandcrafts.museum
2011
- asmatart.museum
2012
- assassination.museum
2013
- assisi.museum
2014
- association.museum
2015
- astronomy.museum
2016
- atlanta.museum
2017
- austin.museum
2018
- australia.museum
2019
- automotive.museum
2020
- aviation.museum
2021
- axis.museum
2022
- badajoz.museum
2023
- baghdad.museum
2024
- bahn.museum
2025
- bale.museum
2026
- baltimore.museum
2027
- barcelona.museum
2028
- baseball.museum
2029
- basel.museum
2030
- baths.museum
2031
- bauern.museum
2032
- beauxarts.museum
2033
- beeldengeluid.museum
2034
- bellevue.museum
2035
- bergbau.museum
2036
- berkeley.museum
2037
- berlin.museum
2038
- bern.museum
2039
- bible.museum
2040
- bilbao.museum
2041
- bill.museum
2042
- birdart.museum
2043
- birthplace.museum
2044
- bonn.museum
2045
- boston.museum
2046
- botanical.museum
2047
- botanicalgarden.museum
2048
- botanicgarden.museum
2049
- botany.museum
2050
- brandywinevalley.museum
2051
- brasil.museum
2052
- bristol.museum
2053
- british.museum
2054
- britishcolumbia.museum
2055
- broadcast.museum
2056
- brunel.museum
2057
- brussel.museum
2058
- brussels.museum
2059
- bruxelles.museum
2060
- building.museum
2061
- burghof.museum
2062
- bus.museum
2063
- bushey.museum
2064
- cadaques.museum
2065
- california.museum
2066
- cambridge.museum
2067
- can.museum
2068
- canada.museum
2069
- capebreton.museum
2070
- carrier.museum
2071
- cartoonart.museum
2072
- casadelamoneda.museum
2073
- castle.museum
2074
- castres.museum
2075
- celtic.museum
2076
- center.museum
2077
- chattanooga.museum
2078
- cheltenham.museum
2079
- chesapeakebay.museum
2080
- chicago.museum
2081
- children.museum
2082
- childrens.museum
2083
- childrensgarden.museum
2084
- chiropractic.museum
2085
- chocolate.museum
2086
- christiansburg.museum
2087
- cincinnati.museum
2088
- cinema.museum
2089
- circus.museum
2090
- civilisation.museum
2091
- civilization.museum
2092
- civilwar.museum
2093
- clinton.museum
2094
- clock.museum
2095
- coal.museum
2096
- coastaldefence.museum
2097
- cody.museum
2098
- coldwar.museum
2099
- collection.museum
2100
- colonialwilliamsburg.museum
2101
- coloradoplateau.museum
2102
- columbia.museum
2103
- columbus.museum
2104
- communication.museum
2105
- communications.museum
2106
- community.museum
2107
- computer.museum
2108
- computerhistory.museum
2109
- comunicações.museum
2110
- contemporary.museum
2111
- contemporaryart.museum
2112
- convent.museum
2113
- copenhagen.museum
2114
- corporation.museum
2115
- correios-e-telecomunicações.museum
2116
- corvette.museum
2117
- costume.museum
2118
- countryestate.museum
2119
- county.museum
2120
- crafts.museum
2121
- cranbrook.museum
2122
- creation.museum
2123
- cultural.museum
2124
- culturalcenter.museum
2125
- culture.museum
2126
- cyber.museum
2127
- cymru.museum
2128
- dali.museum
2129
- dallas.museum
2130
- database.museum
2131
- ddr.museum
2132
- decorativearts.museum
2133
- delaware.museum
2134
- delmenhorst.museum
2135
- denmark.museum
2136
- depot.museum
2137
- design.museum
2138
- detroit.museum
2139
- dinosaur.museum
2140
- discovery.museum
2141
- dolls.museum
2142
- donostia.museum
2143
- durham.museum
2144
- eastafrica.museum
2145
- eastcoast.museum
2146
- education.museum
2147
- educational.museum
2148
- egyptian.museum
2149
- eisenbahn.museum
2150
- elburg.museum
2151
- elvendrell.museum
2152
- embroidery.museum
2153
- encyclopedic.museum
2154
- england.museum
2155
- entomology.museum
2156
- environment.museum
2157
- environmentalconservation.museum
2158
- epilepsy.museum
2159
- essex.museum
2160
- estate.museum
2161
- ethnology.museum
2162
- exeter.museum
2163
- exhibition.museum
2164
- family.museum
2165
- farm.museum
2166
- farmequipment.museum
2167
- farmers.museum
2168
- farmstead.museum
2169
- field.museum
2170
- figueres.museum
2171
- filatelia.museum
2172
- film.museum
2173
- fineart.museum
2174
- finearts.museum
2175
- finland.museum
2176
- flanders.museum
2177
- florida.museum
2178
- force.museum
2179
- fortmissoula.museum
2180
- fortworth.museum
2181
- foundation.museum
2182
- francaise.museum
2183
- frankfurt.museum
2184
- franziskaner.museum
2185
- freemasonry.museum
2186
- freiburg.museum
2187
- fribourg.museum
2188
- frog.museum
2189
- fundacio.museum
2190
- furniture.museum
2191
- gallery.museum
2192
- garden.museum
2193
- gateway.museum
2194
- geelvinck.museum
2195
- gemological.museum
2196
- geology.museum
2197
- georgia.museum
2198
- giessen.museum
2199
- glas.museum
2200
- glass.museum
2201
- gorge.museum
2202
- grandrapids.museum
2203
- graz.museum
2204
- guernsey.museum
2205
- halloffame.museum
2206
- hamburg.museum
2207
- handson.museum
2208
- harvestcelebration.museum
2209
- hawaii.museum
2210
- health.museum
2211
- heimatunduhren.museum
2212
- hellas.museum
2213
- helsinki.museum
2214
- hembygdsforbund.museum
2215
- heritage.museum
2216
- histoire.museum
2217
- historical.museum
2218
- historicalsociety.museum
2219
- historichouses.museum
2220
- historisch.museum
2221
- historisches.museum
2222
- history.museum
2223
- historyofscience.museum
2224
- horology.museum
2225
- house.museum
2226
- humanities.museum
2227
- illustration.museum
2228
- imageandsound.museum
2229
- indian.museum
2230
- indiana.museum
2231
- indianapolis.museum
2232
- indianmarket.museum
2233
- intelligence.museum
2234
- interactive.museum
2235
- iraq.museum
2236
- iron.museum
2237
- isleofman.museum
2238
- jamison.museum
2239
- jefferson.museum
2240
- jerusalem.museum
2241
- jewelry.museum
2242
- jewish.museum
2243
- jewishart.museum
2244
- jfk.museum
2245
- journalism.museum
2246
- judaica.museum
2247
- judygarland.museum
2248
- juedisches.museum
2249
- juif.museum
2250
- karate.museum
2251
- karikatur.museum
2252
- kids.museum
2253
- koebenhavn.museum
2254
- koeln.museum
2255
- kunst.museum
2256
- kunstsammlung.museum
2257
- kunstunddesign.museum
2258
- labor.museum
2259
- labour.museum
2260
- lajolla.museum
2261
- lancashire.museum
2262
- landes.museum
2263
- lans.museum
2264
- läns.museum
2265
- larsson.museum
2266
- lewismiller.museum
2267
- lincoln.museum
2268
- linz.museum
2269
- living.museum
2270
- livinghistory.museum
2271
- localhistory.museum
2272
- london.museum
2273
- losangeles.museum
2274
- louvre.museum
2275
- loyalist.museum
2276
- lucerne.museum
2277
- luxembourg.museum
2278
- luzern.museum
2279
- mad.museum
2280
- madrid.museum
2281
- mallorca.museum
2282
- manchester.museum
2283
- mansion.museum
2284
- mansions.museum
2285
- manx.museum
2286
- marburg.museum
2287
- maritime.museum
2288
- maritimo.museum
2289
- maryland.museum
2290
- marylhurst.museum
2291
- media.museum
2292
- medical.museum
2293
- medizinhistorisches.museum
2294
- meeres.museum
2295
- memorial.museum
2296
- mesaverde.museum
2297
- michigan.museum
2298
- midatlantic.museum
2299
- military.museum
2300
- mill.museum
2301
- miners.museum
2302
- mining.museum
2303
- minnesota.museum
2304
- missile.museum
2305
- missoula.museum
2306
- modern.museum
2307
- moma.museum
2308
- money.museum
2309
- monmouth.museum
2310
- monticello.museum
2311
- montreal.museum
2312
- moscow.museum
2313
- motorcycle.museum
2314
- muenchen.museum
2315
- muenster.museum
2316
- mulhouse.museum
2317
- muncie.museum
2318
- museet.museum
2319
- museumcenter.museum
2320
- museumvereniging.museum
2321
- music.museum
2322
- national.museum
2323
- nationalfirearms.museum
2324
- nationalheritage.museum
2325
- nativeamerican.museum
2326
- naturalhistory.museum
2327
- naturalhistorymuseum.museum
2328
- naturalsciences.museum
2329
- nature.museum
2330
- naturhistorisches.museum
2331
- natuurwetenschappen.museum
2332
- naumburg.museum
2333
- naval.museum
2334
- nebraska.museum
2335
- neues.museum
2336
- newhampshire.museum
2337
- newjersey.museum
2338
- newmexico.museum
2339
- newport.museum
2340
- newspaper.museum
2341
- newyork.museum
2342
- niepce.museum
2343
- norfolk.museum
2344
- north.museum
2345
- nrw.museum
2346
- nuernberg.museum
2347
- nuremberg.museum
2348
- nyc.museum
2349
- nyny.museum
2350
- oceanographic.museum
2351
- oceanographique.museum
2352
- omaha.museum
2353
- online.museum
2354
- ontario.museum
2355
- openair.museum
2356
- oregon.museum
2357
- oregontrail.museum
2358
- otago.museum
2359
- oxford.museum
2360
- pacific.museum
2361
- paderborn.museum
2362
- palace.museum
2363
- paleo.museum
2364
- palmsprings.museum
2365
- panama.museum
2366
- paris.museum
2367
- pasadena.museum
2368
- pharmacy.museum
2369
- philadelphia.museum
2370
- philadelphiaarea.museum
2371
- philately.museum
2372
- phoenix.museum
2373
- photography.museum
2374
- pilots.museum
2375
- pittsburgh.museum
2376
- planetarium.museum
2377
- plantation.museum
2378
- plants.museum
2379
- plaza.museum
2380
- portal.museum
2381
- portland.museum
2382
- portlligat.museum
2383
- posts-and-telecommunications.museum
2384
- preservation.museum
2385
- presidio.museum
2386
- press.museum
2387
- project.museum
2388
- public.museum
2389
- pubol.museum
2390
- quebec.museum
2391
- railroad.museum
2392
- railway.museum
2393
- research.museum
2394
- resistance.museum
2395
- riodejaneiro.museum
2396
- rochester.museum
2397
- rockart.museum
2398
- roma.museum
2399
- russia.museum
2400
- saintlouis.museum
2401
- salem.museum
2402
- salvadordali.museum
2403
- salzburg.museum
2404
- sandiego.museum
2405
- sanfrancisco.museum
2406
- santabarbara.museum
2407
- santacruz.museum
2408
- santafe.museum
2409
- saskatchewan.museum
2410
- satx.museum
2411
- savannahga.museum
2412
- schlesisches.museum
2413
- schoenbrunn.museum
2414
- schokoladen.museum
2415
- school.museum
2416
- schweiz.museum
2417
- science.museum
2418
- scienceandhistory.museum
2419
- scienceandindustry.museum
2420
- sciencecenter.museum
2421
- sciencecenters.museum
2422
- science-fiction.museum
2423
- sciencehistory.museum
2424
- sciences.museum
2425
- sciencesnaturelles.museum
2426
- scotland.museum
2427
- seaport.museum
2428
- settlement.museum
2429
- settlers.museum
2430
- shell.museum
2431
- sherbrooke.museum
2432
- sibenik.museum
2433
- silk.museum
2434
- ski.museum
2435
- skole.museum
2436
- society.museum
2437
- sologne.museum
2438
- soundandvision.museum
2439
- southcarolina.museum
2440
- southwest.museum
2441
- space.museum
2442
- spy.museum
2443
- square.museum
2444
- stadt.museum
2445
- stalbans.museum
2446
- starnberg.museum
2447
- state.museum
2448
- stateofdelaware.museum
2449
- station.museum
2450
- steam.museum
2451
- steiermark.museum
2452
- stjohn.museum
2453
- stockholm.museum
2454
- stpetersburg.museum
2455
- stuttgart.museum
2456
- suisse.museum
2457
- surgeonshall.museum
2458
- surrey.museum
2459
- svizzera.museum
2460
- sweden.museum
2461
- sydney.museum
2462
- tank.museum
2463
- tcm.museum
2464
- technology.museum
2465
- telekommunikation.museum
2466
- television.museum
2467
- texas.museum
2468
- textile.museum
2469
- theater.museum
2470
- time.museum
2471
- timekeeping.museum
2472
- topology.museum
2473
- torino.museum
2474
- touch.museum
2475
- town.museum
2476
- transport.museum
2477
- tree.museum
2478
- trolley.museum
2479
- trust.museum
2480
- trustee.museum
2481
- uhren.museum
2482
- ulm.museum
2483
- undersea.museum
2484
- university.museum
2485
- usa.museum
2486
- usantiques.museum
2487
- usarts.museum
2488
- uscountryestate.museum
2489
- usculture.museum
2490
- usdecorativearts.museum
2491
- usgarden.museum
2492
- ushistory.museum
2493
- ushuaia.museum
2494
- uslivinghistory.museum
2495
- utah.museum
2496
- uvic.museum
2497
- valley.museum
2498
- vantaa.museum
2499
- versailles.museum
2500
- viking.museum
2501
- village.museum
2502
- virginia.museum
2503
- virtual.museum
2504
- virtuel.museum
2505
- vlaanderen.museum
2506
- volkenkunde.museum
2507
- wales.museum
2508
- wallonie.museum
2509
- war.museum
2510
- washingtondc.museum
2511
- watchandclock.museum
2512
- watch-and-clock.museum
2513
- western.museum
2514
- westfalen.museum
2515
- whaling.museum
2516
- wildlife.museum
2517
- williamsburg.museum
2518
- windmill.museum
2519
- workshop.museum
2520
- york.museum
2521
- yorkshire.museum
2522
- yosemite.museum
2523
- youth.museum
2524
- zoological.museum
2525
- zoology.museum
2526
- ירושלים.museum
2527
- иком.museum
2528
-
2529
- // mv : http://en.wikipedia.org/wiki/.mv
2530
- // "mv" included because, contra Wikipedia, google.mv exists.
2531
- mv
2532
- aero.mv
2533
- biz.mv
2534
- com.mv
2535
- coop.mv
2536
- edu.mv
2537
- gov.mv
2538
- info.mv
2539
- int.mv
2540
- mil.mv
2541
- museum.mv
2542
- name.mv
2543
- net.mv
2544
- org.mv
2545
- pro.mv
2546
-
2547
- // mw : http://www.registrar.mw/
2548
- mw
2549
- ac.mw
2550
- biz.mw
2551
- co.mw
2552
- com.mw
2553
- coop.mw
2554
- edu.mw
2555
- gov.mw
2556
- int.mw
2557
- museum.mw
2558
- net.mw
2559
- org.mw
2560
-
2561
- // mx : http://www.nic.mx/
2562
- // Submitted by registry <farias@nic.mx> 2008-06-19
2563
- mx
2564
- com.mx
2565
- org.mx
2566
- gob.mx
2567
- edu.mx
2568
- net.mx
2569
-
2570
- // my : http://www.mynic.net.my/
2571
- my
2572
- com.my
2573
- net.my
2574
- org.my
2575
- gov.my
2576
- edu.my
2577
- mil.my
2578
- name.my
2579
-
2580
- // mz : http://www.gobin.info/domainname/mz-template.doc
2581
- *.mz
2582
-
2583
- // na : http://www.na-nic.com.na/
2584
- // http://www.info.na/domain/
2585
- na
2586
- info.na
2587
- pro.na
2588
- name.na
2589
- school.na
2590
- or.na
2591
- dr.na
2592
- us.na
2593
- mx.na
2594
- ca.na
2595
- in.na
2596
- cc.na
2597
- tv.na
2598
- ws.na
2599
- mobi.na
2600
- co.na
2601
- com.na
2602
- org.na
2603
-
2604
- // name : has 2nd-level tlds, but there's no list of them
2605
- name
2606
-
2607
- // nc : http://www.cctld.nc/
2608
- nc
2609
- asso.nc
2610
-
2611
- // ne : http://en.wikipedia.org/wiki/.ne
2612
- ne
2613
-
2614
- // net : http://en.wikipedia.org/wiki/.net
2615
- net
2616
-
2617
- // nf : http://en.wikipedia.org/wiki/.nf
2618
- nf
2619
- com.nf
2620
- net.nf
2621
- per.nf
2622
- rec.nf
2623
- web.nf
2624
- arts.nf
2625
- firm.nf
2626
- info.nf
2627
- other.nf
2628
- store.nf
2629
-
2630
- // ng : http://psg.com/dns/ng/
2631
- // Submitted by registry <randy@psg.com> 2008-06-17
2632
- ac.ng
2633
- com.ng
2634
- edu.ng
2635
- gov.ng
2636
- net.ng
2637
- org.ng
2638
-
2639
- // ni : http://www.nic.ni/dominios.htm
2640
- *.ni
2641
-
2642
- // nl : http://www.domain-registry.nl/ace.php/c,728,122,,,,Home.html
2643
- // Confirmed by registry <Antoin.Verschuren@sidn.nl> (with technical
2644
- // reservations) 2008-06-08
2645
- nl
2646
-
2647
- // BV.nl will be a registry for dutch BV's (besloten vennootschap)
2648
- bv.nl
2649
-
2650
- // no : http://www.norid.no/regelverk/index.en.html
2651
- // The Norwegian registry has declined to notify us of updates. The web pages
2652
- // referenced below are the official source of the data. There is also an
2653
- // announce mailing list:
2654
- // https://postlister.uninett.no/sympa/info/norid-diskusjon
2655
- no
2656
- // Norid generic domains : http://www.norid.no/regelverk/vedlegg-c.en.html
2657
- fhs.no
2658
- vgs.no
2659
- fylkesbibl.no
2660
- folkebibl.no
2661
- museum.no
2662
- idrett.no
2663
- priv.no
2664
- // Non-Norid generic domains : http://www.norid.no/regelverk/vedlegg-d.en.html
2665
- mil.no
2666
- stat.no
2667
- dep.no
2668
- kommune.no
2669
- herad.no
2670
- // no geographical names : http://www.norid.no/regelverk/vedlegg-b.en.html
2671
- // counties
2672
- aa.no
2673
- ah.no
2674
- bu.no
2675
- fm.no
2676
- hl.no
2677
- hm.no
2678
- jan-mayen.no
2679
- mr.no
2680
- nl.no
2681
- nt.no
2682
- of.no
2683
- ol.no
2684
- oslo.no
2685
- rl.no
2686
- sf.no
2687
- st.no
2688
- svalbard.no
2689
- tm.no
2690
- tr.no
2691
- va.no
2692
- vf.no
2693
- // primary and lower secondary schools per county
2694
- gs.aa.no
2695
- gs.ah.no
2696
- gs.bu.no
2697
- gs.fm.no
2698
- gs.hl.no
2699
- gs.hm.no
2700
- gs.jan-mayen.no
2701
- gs.mr.no
2702
- gs.nl.no
2703
- gs.nt.no
2704
- gs.of.no
2705
- gs.ol.no
2706
- gs.oslo.no
2707
- gs.rl.no
2708
- gs.sf.no
2709
- gs.st.no
2710
- gs.svalbard.no
2711
- gs.tm.no
2712
- gs.tr.no
2713
- gs.va.no
2714
- gs.vf.no
2715
- // cities
2716
- akrehamn.no
2717
- åkrehamn.no
2718
- algard.no
2719
- ålgård.no
2720
- arna.no
2721
- brumunddal.no
2722
- bryne.no
2723
- bronnoysund.no
2724
- brønnøysund.no
2725
- drobak.no
2726
- drøbak.no
2727
- egersund.no
2728
- fetsund.no
2729
- floro.no
2730
- florø.no
2731
- fredrikstad.no
2732
- hokksund.no
2733
- honefoss.no
2734
- hønefoss.no
2735
- jessheim.no
2736
- jorpeland.no
2737
- jørpeland.no
2738
- kirkenes.no
2739
- kopervik.no
2740
- krokstadelva.no
2741
- langevag.no
2742
- langevåg.no
2743
- leirvik.no
2744
- mjondalen.no
2745
- mjøndalen.no
2746
- mo-i-rana.no
2747
- mosjoen.no
2748
- mosjøen.no
2749
- nesoddtangen.no
2750
- orkanger.no
2751
- osoyro.no
2752
- osøyro.no
2753
- raholt.no
2754
- råholt.no
2755
- sandnessjoen.no
2756
- sandnessjøen.no
2757
- skedsmokorset.no
2758
- slattum.no
2759
- spjelkavik.no
2760
- stathelle.no
2761
- stavern.no
2762
- stjordalshalsen.no
2763
- stjørdalshalsen.no
2764
- tananger.no
2765
- tranby.no
2766
- vossevangen.no
2767
- // communities
2768
- afjord.no
2769
- åfjord.no
2770
- agdenes.no
2771
- al.no
2772
- ål.no
2773
- alesund.no
2774
- ålesund.no
2775
- alstahaug.no
2776
- alta.no
2777
- áltá.no
2778
- alaheadju.no
2779
- álaheadju.no
2780
- alvdal.no
2781
- amli.no
2782
- åmli.no
2783
- amot.no
2784
- åmot.no
2785
- andebu.no
2786
- andoy.no
2787
- andøy.no
2788
- andasuolo.no
2789
- ardal.no
2790
- årdal.no
2791
- aremark.no
2792
- arendal.no
2793
- ås.no
2794
- aseral.no
2795
- åseral.no
2796
- asker.no
2797
- askim.no
2798
- askvoll.no
2799
- askoy.no
2800
- askøy.no
2801
- asnes.no
2802
- åsnes.no
2803
- audnedaln.no
2804
- aukra.no
2805
- aure.no
2806
- aurland.no
2807
- aurskog-holand.no
2808
- aurskog-høland.no
2809
- austevoll.no
2810
- austrheim.no
2811
- averoy.no
2812
- averøy.no
2813
- balestrand.no
2814
- ballangen.no
2815
- balat.no
2816
- bálát.no
2817
- balsfjord.no
2818
- bahccavuotna.no
2819
- báhccavuotna.no
2820
- bamble.no
2821
- bardu.no
2822
- beardu.no
2823
- beiarn.no
2824
- bajddar.no
2825
- bájddar.no
2826
- baidar.no
2827
- báidár.no
2828
- berg.no
2829
- bergen.no
2830
- berlevag.no
2831
- berlevåg.no
2832
- bearalvahki.no
2833
- bearalváhki.no
2834
- bindal.no
2835
- birkenes.no
2836
- bjarkoy.no
2837
- bjarkøy.no
2838
- bjerkreim.no
2839
- bjugn.no
2840
- bodo.no
2841
- bodø.no
2842
- badaddja.no
2843
- bådåddjå.no
2844
- budejju.no
2845
- bokn.no
2846
- bremanger.no
2847
- bronnoy.no
2848
- brønnøy.no
2849
- bygland.no
2850
- bykle.no
2851
- barum.no
2852
- bærum.no
2853
- bo.telemark.no
2854
- bø.telemark.no
2855
- bo.nordland.no
2856
- bø.nordland.no
2857
- bievat.no
2858
- bievát.no
2859
- bomlo.no
2860
- bømlo.no
2861
- batsfjord.no
2862
- båtsfjord.no
2863
- bahcavuotna.no
2864
- báhcavuotna.no
2865
- dovre.no
2866
- drammen.no
2867
- drangedal.no
2868
- dyroy.no
2869
- dyrøy.no
2870
- donna.no
2871
- dønna.no
2872
- eid.no
2873
- eidfjord.no
2874
- eidsberg.no
2875
- eidskog.no
2876
- eidsvoll.no
2877
- eigersund.no
2878
- elverum.no
2879
- enebakk.no
2880
- engerdal.no
2881
- etne.no
2882
- etnedal.no
2883
- evenes.no
2884
- evenassi.no
2885
- evenášši.no
2886
- evje-og-hornnes.no
2887
- farsund.no
2888
- fauske.no
2889
- fuossko.no
2890
- fuoisku.no
2891
- fedje.no
2892
- fet.no
2893
- finnoy.no
2894
- finnøy.no
2895
- fitjar.no
2896
- fjaler.no
2897
- fjell.no
2898
- flakstad.no
2899
- flatanger.no
2900
- flekkefjord.no
2901
- flesberg.no
2902
- flora.no
2903
- fla.no
2904
- flå.no
2905
- folldal.no
2906
- forsand.no
2907
- fosnes.no
2908
- frei.no
2909
- frogn.no
2910
- froland.no
2911
- frosta.no
2912
- frana.no
2913
- fræna.no
2914
- froya.no
2915
- frøya.no
2916
- fusa.no
2917
- fyresdal.no
2918
- forde.no
2919
- førde.no
2920
- gamvik.no
2921
- gangaviika.no
2922
- gáŋgaviika.no
2923
- gaular.no
2924
- gausdal.no
2925
- gildeskal.no
2926
- gildeskål.no
2927
- giske.no
2928
- gjemnes.no
2929
- gjerdrum.no
2930
- gjerstad.no
2931
- gjesdal.no
2932
- gjovik.no
2933
- gjøvik.no
2934
- gloppen.no
2935
- gol.no
2936
- gran.no
2937
- grane.no
2938
- granvin.no
2939
- gratangen.no
2940
- grimstad.no
2941
- grong.no
2942
- kraanghke.no
2943
- kråanghke.no
2944
- grue.no
2945
- gulen.no
2946
- hadsel.no
2947
- halden.no
2948
- halsa.no
2949
- hamar.no
2950
- hamaroy.no
2951
- habmer.no
2952
- hábmer.no
2953
- hapmir.no
2954
- hápmir.no
2955
- hammerfest.no
2956
- hammarfeasta.no
2957
- hámmárfeasta.no
2958
- haram.no
2959
- hareid.no
2960
- harstad.no
2961
- hasvik.no
2962
- aknoluokta.no
2963
- ákŋoluokta.no
2964
- hattfjelldal.no
2965
- aarborte.no
2966
- haugesund.no
2967
- hemne.no
2968
- hemnes.no
2969
- hemsedal.no
2970
- heroy.more-og-romsdal.no
2971
- herøy.møre-og-romsdal.no
2972
- heroy.nordland.no
2973
- herøy.nordland.no
2974
- hitra.no
2975
- hjartdal.no
2976
- hjelmeland.no
2977
- hobol.no
2978
- hobøl.no
2979
- hof.no
2980
- hol.no
2981
- hole.no
2982
- holmestrand.no
2983
- holtalen.no
2984
- holtålen.no
2985
- hornindal.no
2986
- horten.no
2987
- hurdal.no
2988
- hurum.no
2989
- hvaler.no
2990
- hyllestad.no
2991
- hagebostad.no
2992
- hægebostad.no
2993
- hoyanger.no
2994
- høyanger.no
2995
- hoylandet.no
2996
- høylandet.no
2997
- ha.no
2998
- hå.no
2999
- ibestad.no
3000
- inderoy.no
3001
- inderøy.no
3002
- iveland.no
3003
- jevnaker.no
3004
- jondal.no
3005
- jolster.no
3006
- jølster.no
3007
- karasjok.no
3008
- karasjohka.no
3009
- kárášjohka.no
3010
- karlsoy.no
3011
- galsa.no
3012
- gálsá.no
3013
- karmoy.no
3014
- karmøy.no
3015
- kautokeino.no
3016
- guovdageaidnu.no
3017
- klepp.no
3018
- klabu.no
3019
- klæbu.no
3020
- kongsberg.no
3021
- kongsvinger.no
3022
- kragero.no
3023
- kragerø.no
3024
- kristiansand.no
3025
- kristiansund.no
3026
- krodsherad.no
3027
- krødsherad.no
3028
- kvalsund.no
3029
- rahkkeravju.no
3030
- ráhkkerávju.no
3031
- kvam.no
3032
- kvinesdal.no
3033
- kvinnherad.no
3034
- kviteseid.no
3035
- kvitsoy.no
3036
- kvitsøy.no
3037
- kvafjord.no
3038
- kvæfjord.no
3039
- giehtavuoatna.no
3040
- kvanangen.no
3041
- kvænangen.no
3042
- navuotna.no
3043
- návuotna.no
3044
- kafjord.no
3045
- kåfjord.no
3046
- gaivuotna.no
3047
- gáivuotna.no
3048
- larvik.no
3049
- lavangen.no
3050
- lavagis.no
3051
- loabat.no
3052
- loabát.no
3053
- lebesby.no
3054
- davvesiida.no
3055
- leikanger.no
3056
- leirfjord.no
3057
- leka.no
3058
- leksvik.no
3059
- lenvik.no
3060
- leangaviika.no
3061
- leaŋgaviika.no
3062
- lesja.no
3063
- levanger.no
3064
- lier.no
3065
- lierne.no
3066
- lillehammer.no
3067
- lillesand.no
3068
- lindesnes.no
3069
- lindas.no
3070
- lindås.no
3071
- lom.no
3072
- loppa.no
3073
- lahppi.no
3074
- láhppi.no
3075
- lund.no
3076
- lunner.no
3077
- luroy.no
3078
- lurøy.no
3079
- luster.no
3080
- lyngdal.no
3081
- lyngen.no
3082
- ivgu.no
3083
- lardal.no
3084
- lerdal.no
3085
- lærdal.no
3086
- lodingen.no
3087
- lødingen.no
3088
- lorenskog.no
3089
- lørenskog.no
3090
- loten.no
3091
- løten.no
3092
- malvik.no
3093
- masoy.no
3094
- måsøy.no
3095
- muosat.no
3096
- muosát.no
3097
- mandal.no
3098
- marker.no
3099
- marnardal.no
3100
- masfjorden.no
3101
- meland.no
3102
- meldal.no
3103
- melhus.no
3104
- meloy.no
3105
- meløy.no
3106
- meraker.no
3107
- meråker.no
3108
- moareke.no
3109
- moåreke.no
3110
- midsund.no
3111
- midtre-gauldal.no
3112
- modalen.no
3113
- modum.no
3114
- molde.no
3115
- moskenes.no
3116
- moss.no
3117
- mosvik.no
3118
- malselv.no
3119
- målselv.no
3120
- malatvuopmi.no
3121
- málatvuopmi.no
3122
- namdalseid.no
3123
- aejrie.no
3124
- namsos.no
3125
- namsskogan.no
3126
- naamesjevuemie.no
3127
- nååmesjevuemie.no
3128
- laakesvuemie.no
3129
- nannestad.no
3130
- narvik.no
3131
- narviika.no
3132
- naustdal.no
3133
- nedre-eiker.no
3134
- nes.akershus.no
3135
- nes.buskerud.no
3136
- nesna.no
3137
- nesodden.no
3138
- nesseby.no
3139
- unjarga.no
3140
- unjárga.no
3141
- nesset.no
3142
- nissedal.no
3143
- nittedal.no
3144
- nord-aurdal.no
3145
- nord-fron.no
3146
- nord-odal.no
3147
- norddal.no
3148
- nordkapp.no
3149
- davvenjarga.no
3150
- davvenjárga.no
3151
- nordre-land.no
3152
- nordreisa.no
3153
- raisa.no
3154
- ráisa.no
3155
- nore-og-uvdal.no
3156
- notodden.no
3157
- naroy.no
3158
- nærøy.no
3159
- notteroy.no
3160
- nøtterøy.no
3161
- odda.no
3162
- oksnes.no
3163
- øksnes.no
3164
- oppdal.no
3165
- oppegard.no
3166
- oppegård.no
3167
- orkdal.no
3168
- orland.no
3169
- ørland.no
3170
- orskog.no
3171
- ørskog.no
3172
- orsta.no
3173
- ørsta.no
3174
- os.hedmark.no
3175
- os.hordaland.no
3176
- osen.no
3177
- osteroy.no
3178
- osterøy.no
3179
- ostre-toten.no
3180
- østre-toten.no
3181
- overhalla.no
3182
- ovre-eiker.no
3183
- øvre-eiker.no
3184
- oyer.no
3185
- øyer.no
3186
- oygarden.no
3187
- øygarden.no
3188
- oystre-slidre.no
3189
- øystre-slidre.no
3190
- porsanger.no
3191
- porsangu.no
3192
- porsáŋgu.no
3193
- porsgrunn.no
3194
- radoy.no
3195
- radøy.no
3196
- rakkestad.no
3197
- rana.no
3198
- ruovat.no
3199
- randaberg.no
3200
- rauma.no
3201
- rendalen.no
3202
- rennebu.no
3203
- rennesoy.no
3204
- rennesøy.no
3205
- rindal.no
3206
- ringebu.no
3207
- ringerike.no
3208
- ringsaker.no
3209
- rissa.no
3210
- risor.no
3211
- risør.no
3212
- roan.no
3213
- rollag.no
3214
- rygge.no
3215
- ralingen.no
3216
- rælingen.no
3217
- rodoy.no
3218
- rødøy.no
3219
- romskog.no
3220
- rømskog.no
3221
- roros.no
3222
- røros.no
3223
- rost.no
3224
- røst.no
3225
- royken.no
3226
- røyken.no
3227
- royrvik.no
3228
- røyrvik.no
3229
- rade.no
3230
- råde.no
3231
- salangen.no
3232
- siellak.no
3233
- saltdal.no
3234
- salat.no
3235
- sálát.no
3236
- sálat.no
3237
- samnanger.no
3238
- sande.more-og-romsdal.no
3239
- sande.møre-og-romsdal.no
3240
- sande.vestfold.no
3241
- sandefjord.no
3242
- sandnes.no
3243
- sandoy.no
3244
- sandøy.no
3245
- sarpsborg.no
3246
- sauda.no
3247
- sauherad.no
3248
- sel.no
3249
- selbu.no
3250
- selje.no
3251
- seljord.no
3252
- sigdal.no
3253
- siljan.no
3254
- sirdal.no
3255
- skaun.no
3256
- skedsmo.no
3257
- ski.no
3258
- skien.no
3259
- skiptvet.no
3260
- skjervoy.no
3261
- skjervøy.no
3262
- skierva.no
3263
- skiervá.no
3264
- skjak.no
3265
- skjåk.no
3266
- skodje.no
3267
- skanland.no
3268
- skånland.no
3269
- skanit.no
3270
- skánit.no
3271
- smola.no
3272
- smøla.no
3273
- snillfjord.no
3274
- snasa.no
3275
- snåsa.no
3276
- snoasa.no
3277
- snaase.no
3278
- snåase.no
3279
- sogndal.no
3280
- sokndal.no
3281
- sola.no
3282
- solund.no
3283
- songdalen.no
3284
- sortland.no
3285
- spydeberg.no
3286
- stange.no
3287
- stavanger.no
3288
- steigen.no
3289
- steinkjer.no
3290
- stjordal.no
3291
- stjørdal.no
3292
- stokke.no
3293
- stor-elvdal.no
3294
- stord.no
3295
- stordal.no
3296
- storfjord.no
3297
- omasvuotna.no
3298
- strand.no
3299
- stranda.no
3300
- stryn.no
3301
- sula.no
3302
- suldal.no
3303
- sund.no
3304
- sunndal.no
3305
- surnadal.no
3306
- sveio.no
3307
- svelvik.no
3308
- sykkylven.no
3309
- sogne.no
3310
- søgne.no
3311
- somna.no
3312
- sømna.no
3313
- sondre-land.no
3314
- søndre-land.no
3315
- sor-aurdal.no
3316
- sør-aurdal.no
3317
- sor-fron.no
3318
- sør-fron.no
3319
- sor-odal.no
3320
- sør-odal.no
3321
- sor-varanger.no
3322
- sør-varanger.no
3323
- matta-varjjat.no
3324
- mátta-várjjat.no
3325
- sorfold.no
3326
- sørfold.no
3327
- sorreisa.no
3328
- sørreisa.no
3329
- sorum.no
3330
- sørum.no
3331
- tana.no
3332
- deatnu.no
3333
- time.no
3334
- tingvoll.no
3335
- tinn.no
3336
- tjeldsund.no
3337
- dielddanuorri.no
3338
- tjome.no
3339
- tjøme.no
3340
- tokke.no
3341
- tolga.no
3342
- torsken.no
3343
- tranoy.no
3344
- tranøy.no
3345
- tromso.no
3346
- tromsø.no
3347
- tromsa.no
3348
- romsa.no
3349
- trondheim.no
3350
- troandin.no
3351
- trysil.no
3352
- trana.no
3353
- træna.no
3354
- trogstad.no
3355
- trøgstad.no
3356
- tvedestrand.no
3357
- tydal.no
3358
- tynset.no
3359
- tysfjord.no
3360
- divtasvuodna.no
3361
- divttasvuotna.no
3362
- tysnes.no
3363
- tysvar.no
3364
- tysvær.no
3365
- tonsberg.no
3366
- tønsberg.no
3367
- ullensaker.no
3368
- ullensvang.no
3369
- ulvik.no
3370
- utsira.no
3371
- vadso.no
3372
- vadsø.no
3373
- cahcesuolo.no
3374
- čáhcesuolo.no
3375
- vaksdal.no
3376
- valle.no
3377
- vang.no
3378
- vanylven.no
3379
- vardo.no
3380
- vardø.no
3381
- varggat.no
3382
- várggát.no
3383
- vefsn.no
3384
- vaapste.no
3385
- vega.no
3386
- vegarshei.no
3387
- vegårshei.no
3388
- vennesla.no
3389
- verdal.no
3390
- verran.no
3391
- vestby.no
3392
- vestnes.no
3393
- vestre-slidre.no
3394
- vestre-toten.no
3395
- vestvagoy.no
3396
- vestvågøy.no
3397
- vevelstad.no
3398
- vik.no
3399
- vikna.no
3400
- vindafjord.no
3401
- volda.no
3402
- voss.no
3403
- varoy.no
3404
- værøy.no
3405
- vagan.no
3406
- vågan.no
3407
- voagat.no
3408
- vagsoy.no
3409
- vågsøy.no
3410
- vaga.no
3411
- vågå.no
3412
- valer.ostfold.no
3413
- våler.østfold.no
3414
- valer.hedmark.no
3415
- våler.hedmark.no
3416
-
3417
- // np : http://www.mos.com.np/register.html
3418
- *.np
3419
-
3420
- // nr : http://cenpac.net.nr/dns/index.html
3421
- // Confirmed by registry <technician@cenpac.net.nr> 2008-06-17
3422
- nr
3423
- biz.nr
3424
- info.nr
3425
- gov.nr
3426
- edu.nr
3427
- org.nr
3428
- net.nr
3429
- com.nr
3430
-
3431
- // nu : http://en.wikipedia.org/wiki/.nu
3432
- nu
3433
-
3434
- // nz : http://en.wikipedia.org/wiki/.nz
3435
- *.nz
3436
-
3437
- // om : http://en.wikipedia.org/wiki/.om
3438
- *.om
3439
- !mediaphone.om
3440
- !nawrastelecom.om
3441
- !nawras.om
3442
- !omanmobile.om
3443
- !omanpost.om
3444
- !omantel.om
3445
- !rakpetroleum.om
3446
- !siemens.om
3447
- !songfest.om
3448
- !statecouncil.om
3449
-
3450
- // org : http://en.wikipedia.org/wiki/.org
3451
- org
3452
-
3453
- // pa : http://www.nic.pa/
3454
- // Some additional second level "domains" resolve directly as hostnames, such as
3455
- // pannet.pa, so we add a rule for "pa".
3456
- pa
3457
- ac.pa
3458
- gob.pa
3459
- com.pa
3460
- org.pa
3461
- sld.pa
3462
- edu.pa
3463
- net.pa
3464
- ing.pa
3465
- abo.pa
3466
- med.pa
3467
- nom.pa
3468
-
3469
- // pe : https://www.nic.pe/InformeFinalComision.pdf
3470
- pe
3471
- edu.pe
3472
- gob.pe
3473
- nom.pe
3474
- mil.pe
3475
- org.pe
3476
- com.pe
3477
- net.pe
3478
-
3479
- // pf : http://www.gobin.info/domainname/formulaire-pf.pdf
3480
- pf
3481
- com.pf
3482
- org.pf
3483
- edu.pf
3484
-
3485
- // pg : http://en.wikipedia.org/wiki/.pg
3486
- *.pg
3487
-
3488
- // ph : http://www.domains.ph/FAQ2.asp
3489
- // Submitted by registry <jed@email.com.ph> 2008-06-13
3490
- ph
3491
- com.ph
3492
- net.ph
3493
- org.ph
3494
- gov.ph
3495
- edu.ph
3496
- ngo.ph
3497
- mil.ph
3498
- i.ph
3499
-
3500
- // pk : http://pk5.pknic.net.pk/pk5/msgNamepk.PK
3501
- pk
3502
- com.pk
3503
- net.pk
3504
- edu.pk
3505
- org.pk
3506
- fam.pk
3507
- biz.pk
3508
- web.pk
3509
- gov.pk
3510
- gob.pk
3511
- gok.pk
3512
- gon.pk
3513
- gop.pk
3514
- gos.pk
3515
- info.pk
3516
-
3517
- // pl : http://www.dns.pl/english/
3518
- pl
3519
- // NASK functional domains (nask.pl / dns.pl) : http://www.dns.pl/english/dns-funk.html
3520
- aid.pl
3521
- agro.pl
3522
- atm.pl
3523
- auto.pl
3524
- biz.pl
3525
- com.pl
3526
- edu.pl
3527
- gmina.pl
3528
- gsm.pl
3529
- info.pl
3530
- mail.pl
3531
- miasta.pl
3532
- media.pl
3533
- mil.pl
3534
- net.pl
3535
- nieruchomosci.pl
3536
- nom.pl
3537
- org.pl
3538
- pc.pl
3539
- powiat.pl
3540
- priv.pl
3541
- realestate.pl
3542
- rel.pl
3543
- sex.pl
3544
- shop.pl
3545
- sklep.pl
3546
- sos.pl
3547
- szkola.pl
3548
- targi.pl
3549
- tm.pl
3550
- tourism.pl
3551
- travel.pl
3552
- turystyka.pl
3553
- // ICM functional domains (icm.edu.pl)
3554
- 6bone.pl
3555
- art.pl
3556
- mbone.pl
3557
- // Government domains (administred by ippt.gov.pl)
3558
- gov.pl
3559
- uw.gov.pl
3560
- um.gov.pl
3561
- ug.gov.pl
3562
- upow.gov.pl
3563
- starostwo.gov.pl
3564
- so.gov.pl
3565
- sr.gov.pl
3566
- po.gov.pl
3567
- pa.gov.pl
3568
- // other functional domains
3569
- ngo.pl
3570
- irc.pl
3571
- usenet.pl
3572
- // NASK geographical domains : http://www.dns.pl/english/dns-regiony.html
3573
- augustow.pl
3574
- babia-gora.pl
3575
- bedzin.pl
3576
- beskidy.pl
3577
- bialowieza.pl
3578
- bialystok.pl
3579
- bielawa.pl
3580
- bieszczady.pl
3581
- boleslawiec.pl
3582
- bydgoszcz.pl
3583
- bytom.pl
3584
- cieszyn.pl
3585
- czeladz.pl
3586
- czest.pl
3587
- dlugoleka.pl
3588
- elblag.pl
3589
- elk.pl
3590
- glogow.pl
3591
- gniezno.pl
3592
- gorlice.pl
3593
- grajewo.pl
3594
- ilawa.pl
3595
- jaworzno.pl
3596
- jelenia-gora.pl
3597
- jgora.pl
3598
- kalisz.pl
3599
- kazimierz-dolny.pl
3600
- karpacz.pl
3601
- kartuzy.pl
3602
- kaszuby.pl
3603
- katowice.pl
3604
- kepno.pl
3605
- ketrzyn.pl
3606
- klodzko.pl
3607
- kobierzyce.pl
3608
- kolobrzeg.pl
3609
- konin.pl
3610
- konskowola.pl
3611
- kutno.pl
3612
- lapy.pl
3613
- lebork.pl
3614
- legnica.pl
3615
- lezajsk.pl
3616
- limanowa.pl
3617
- lomza.pl
3618
- lowicz.pl
3619
- lubin.pl
3620
- lukow.pl
3621
- malbork.pl
3622
- malopolska.pl
3623
- mazowsze.pl
3624
- mazury.pl
3625
- mielec.pl
3626
- mielno.pl
3627
- mragowo.pl
3628
- naklo.pl
3629
- nowaruda.pl
3630
- nysa.pl
3631
- olawa.pl
3632
- olecko.pl
3633
- olkusz.pl
3634
- olsztyn.pl
3635
- opoczno.pl
3636
- opole.pl
3637
- ostroda.pl
3638
- ostroleka.pl
3639
- ostrowiec.pl
3640
- ostrowwlkp.pl
3641
- pila.pl
3642
- pisz.pl
3643
- podhale.pl
3644
- podlasie.pl
3645
- polkowice.pl
3646
- pomorze.pl
3647
- pomorskie.pl
3648
- prochowice.pl
3649
- pruszkow.pl
3650
- przeworsk.pl
3651
- pulawy.pl
3652
- radom.pl
3653
- rawa-maz.pl
3654
- rybnik.pl
3655
- rzeszow.pl
3656
- sanok.pl
3657
- sejny.pl
3658
- siedlce.pl
3659
- slask.pl
3660
- slupsk.pl
3661
- sosnowiec.pl
3662
- stalowa-wola.pl
3663
- skoczow.pl
3664
- starachowice.pl
3665
- stargard.pl
3666
- suwalki.pl
3667
- swidnica.pl
3668
- swiebodzin.pl
3669
- swinoujscie.pl
3670
- szczecin.pl
3671
- szczytno.pl
3672
- tarnobrzeg.pl
3673
- tgory.pl
3674
- turek.pl
3675
- tychy.pl
3676
- ustka.pl
3677
- walbrzych.pl
3678
- warmia.pl
3679
- warszawa.pl
3680
- waw.pl
3681
- wegrow.pl
3682
- wielun.pl
3683
- wlocl.pl
3684
- wloclawek.pl
3685
- wodzislaw.pl
3686
- wolomin.pl
3687
- wroclaw.pl
3688
- zachpomor.pl
3689
- zagan.pl
3690
- zarow.pl
3691
- zgora.pl
3692
- zgorzelec.pl
3693
- // TASK geographical domains (www.task.gda.pl/uslugi/dns)
3694
- gda.pl
3695
- gdansk.pl
3696
- gdynia.pl
3697
- med.pl
3698
- sopot.pl
3699
- // other geographical domains
3700
- gliwice.pl
3701
- krakow.pl
3702
- poznan.pl
3703
- wroc.pl
3704
- zakopane.pl
3705
-
3706
- // pm : http://www.afnic.fr/medias/documents/AFNIC-naming-policy2012.pdf
3707
- pm
3708
-
3709
- // pn : http://www.government.pn/PnRegistry/policies.htm
3710
- pn
3711
- gov.pn
3712
- co.pn
3713
- org.pn
3714
- edu.pn
3715
- net.pn
3716
-
3717
- // pr : http://www.nic.pr/index.asp?f=1
3718
- pr
3719
- com.pr
3720
- net.pr
3721
- org.pr
3722
- gov.pr
3723
- edu.pr
3724
- isla.pr
3725
- pro.pr
3726
- biz.pr
3727
- info.pr
3728
- name.pr
3729
- // these aren't mentioned on nic.pr, but on http://en.wikipedia.org/wiki/.pr
3730
- est.pr
3731
- prof.pr
3732
- ac.pr
3733
-
3734
- // pro : http://www.nic.pro/support_faq.htm
3735
- pro
3736
- aca.pro
3737
- bar.pro
3738
- cpa.pro
3739
- jur.pro
3740
- law.pro
3741
- med.pro
3742
- eng.pro
3743
-
3744
- // ps : http://en.wikipedia.org/wiki/.ps
3745
- // http://www.nic.ps/registration/policy.html#reg
3746
- ps
3747
- edu.ps
3748
- gov.ps
3749
- sec.ps
3750
- plo.ps
3751
- com.ps
3752
- org.ps
3753
- net.ps
3754
-
3755
- // pt : http://online.dns.pt/dns/start_dns
3756
- pt
3757
- net.pt
3758
- gov.pt
3759
- org.pt
3760
- edu.pt
3761
- int.pt
3762
- publ.pt
3763
- com.pt
3764
- nome.pt
3765
-
3766
- // pw : http://en.wikipedia.org/wiki/.pw
3767
- pw
3768
- co.pw
3769
- ne.pw
3770
- or.pw
3771
- ed.pw
3772
- go.pw
3773
- belau.pw
3774
-
3775
- // py : http://www.nic.py/faq_a.html#faq_b
3776
- *.py
3777
-
3778
- // qa : http://domains.qa/en/
3779
- qa
3780
- com.qa
3781
- edu.qa
3782
- gov.qa
3783
- mil.qa
3784
- name.qa
3785
- net.qa
3786
- org.qa
3787
- sch.qa
3788
-
3789
- // re : http://www.afnic.re/obtenir/chartes/nommage-re/annexe-descriptifs
3790
- re
3791
- com.re
3792
- asso.re
3793
- nom.re
3794
-
3795
- // ro : http://www.rotld.ro/
3796
- ro
3797
- com.ro
3798
- org.ro
3799
- tm.ro
3800
- nt.ro
3801
- nom.ro
3802
- info.ro
3803
- rec.ro
3804
- arts.ro
3805
- firm.ro
3806
- store.ro
3807
- www.ro
3808
-
3809
- // rs : http://en.wikipedia.org/wiki/.rs
3810
- rs
3811
- co.rs
3812
- org.rs
3813
- edu.rs
3814
- ac.rs
3815
- gov.rs
3816
- in.rs
3817
-
3818
- // ru : http://www.cctld.ru/ru/docs/aktiv_8.php
3819
- // Industry domains
3820
- ru
3821
- ac.ru
3822
- com.ru
3823
- edu.ru
3824
- int.ru
3825
- net.ru
3826
- org.ru
3827
- pp.ru
3828
- // Geographical domains
3829
- adygeya.ru
3830
- altai.ru
3831
- amur.ru
3832
- arkhangelsk.ru
3833
- astrakhan.ru
3834
- bashkiria.ru
3835
- belgorod.ru
3836
- bir.ru
3837
- bryansk.ru
3838
- buryatia.ru
3839
- cbg.ru
3840
- chel.ru
3841
- chelyabinsk.ru
3842
- chita.ru
3843
- chukotka.ru
3844
- chuvashia.ru
3845
- dagestan.ru
3846
- dudinka.ru
3847
- e-burg.ru
3848
- grozny.ru
3849
- irkutsk.ru
3850
- ivanovo.ru
3851
- izhevsk.ru
3852
- jar.ru
3853
- joshkar-ola.ru
3854
- kalmykia.ru
3855
- kaluga.ru
3856
- kamchatka.ru
3857
- karelia.ru
3858
- kazan.ru
3859
- kchr.ru
3860
- kemerovo.ru
3861
- khabarovsk.ru
3862
- khakassia.ru
3863
- khv.ru
3864
- kirov.ru
3865
- koenig.ru
3866
- komi.ru
3867
- kostroma.ru
3868
- krasnoyarsk.ru
3869
- kuban.ru
3870
- kurgan.ru
3871
- kursk.ru
3872
- lipetsk.ru
3873
- magadan.ru
3874
- mari.ru
3875
- mari-el.ru
3876
- marine.ru
3877
- mordovia.ru
3878
- mosreg.ru
3879
- msk.ru
3880
- murmansk.ru
3881
- nalchik.ru
3882
- nnov.ru
3883
- nov.ru
3884
- novosibirsk.ru
3885
- nsk.ru
3886
- omsk.ru
3887
- orenburg.ru
3888
- oryol.ru
3889
- palana.ru
3890
- penza.ru
3891
- perm.ru
3892
- pskov.ru
3893
- ptz.ru
3894
- rnd.ru
3895
- ryazan.ru
3896
- sakhalin.ru
3897
- samara.ru
3898
- saratov.ru
3899
- simbirsk.ru
3900
- smolensk.ru
3901
- spb.ru
3902
- stavropol.ru
3903
- stv.ru
3904
- surgut.ru
3905
- tambov.ru
3906
- tatarstan.ru
3907
- tom.ru
3908
- tomsk.ru
3909
- tsaritsyn.ru
3910
- tsk.ru
3911
- tula.ru
3912
- tuva.ru
3913
- tver.ru
3914
- tyumen.ru
3915
- udm.ru
3916
- udmurtia.ru
3917
- ulan-ude.ru
3918
- vladikavkaz.ru
3919
- vladimir.ru
3920
- vladivostok.ru
3921
- volgograd.ru
3922
- vologda.ru
3923
- voronezh.ru
3924
- vrn.ru
3925
- vyatka.ru
3926
- yakutia.ru
3927
- yamal.ru
3928
- yaroslavl.ru
3929
- yekaterinburg.ru
3930
- yuzhno-sakhalinsk.ru
3931
- // More geographical domains
3932
- amursk.ru
3933
- baikal.ru
3934
- cmw.ru
3935
- fareast.ru
3936
- jamal.ru
3937
- kms.ru
3938
- k-uralsk.ru
3939
- kustanai.ru
3940
- kuzbass.ru
3941
- magnitka.ru
3942
- mytis.ru
3943
- nakhodka.ru
3944
- nkz.ru
3945
- norilsk.ru
3946
- oskol.ru
3947
- pyatigorsk.ru
3948
- rubtsovsk.ru
3949
- snz.ru
3950
- syzran.ru
3951
- vdonsk.ru
3952
- zgrad.ru
3953
- // State domains
3954
- gov.ru
3955
- mil.ru
3956
- // Technical domains
3957
- test.ru
3958
-
3959
- // rw : http://www.nic.rw/cgi-bin/policy.pl
3960
- rw
3961
- gov.rw
3962
- net.rw
3963
- edu.rw
3964
- ac.rw
3965
- com.rw
3966
- co.rw
3967
- int.rw
3968
- mil.rw
3969
- gouv.rw
3970
-
3971
- // sa : http://www.nic.net.sa/
3972
- sa
3973
- com.sa
3974
- net.sa
3975
- org.sa
3976
- gov.sa
3977
- med.sa
3978
- pub.sa
3979
- edu.sa
3980
- sch.sa
3981
-
3982
- // sb : http://www.sbnic.net.sb/
3983
- // Submitted by registry <lee.humphries@telekom.com.sb> 2008-06-08
3984
- sb
3985
- com.sb
3986
- edu.sb
3987
- gov.sb
3988
- net.sb
3989
- org.sb
3990
-
3991
- // sc : http://www.nic.sc/
3992
- sc
3993
- com.sc
3994
- gov.sc
3995
- net.sc
3996
- org.sc
3997
- edu.sc
3998
-
3999
- // sd : http://www.isoc.sd/sudanic.isoc.sd/billing_pricing.htm
4000
- // Submitted by registry <admin@isoc.sd> 2008-06-17
4001
- sd
4002
- com.sd
4003
- net.sd
4004
- org.sd
4005
- edu.sd
4006
- med.sd
4007
- gov.sd
4008
- info.sd
4009
-
4010
- // se : http://en.wikipedia.org/wiki/.se
4011
- // Submitted by registry <Patrik.Wallstrom@iis.se> 2008-06-24
4012
- se
4013
- a.se
4014
- ac.se
4015
- b.se
4016
- bd.se
4017
- brand.se
4018
- c.se
4019
- d.se
4020
- e.se
4021
- f.se
4022
- fh.se
4023
- fhsk.se
4024
- fhv.se
4025
- g.se
4026
- h.se
4027
- i.se
4028
- k.se
4029
- komforb.se
4030
- kommunalforbund.se
4031
- komvux.se
4032
- l.se
4033
- lanbib.se
4034
- m.se
4035
- n.se
4036
- naturbruksgymn.se
4037
- o.se
4038
- org.se
4039
- p.se
4040
- parti.se
4041
- pp.se
4042
- press.se
4043
- r.se
4044
- s.se
4045
- sshn.se
4046
- t.se
4047
- tm.se
4048
- u.se
4049
- w.se
4050
- x.se
4051
- y.se
4052
- z.se
4053
-
4054
- // sg : http://www.nic.net.sg/sub_policies_agreement/2ld.html
4055
- sg
4056
- com.sg
4057
- net.sg
4058
- org.sg
4059
- gov.sg
4060
- edu.sg
4061
- per.sg
4062
-
4063
- // sh : http://www.nic.sh/rules.html
4064
- // list of 2nd level domains ?
4065
- sh
4066
-
4067
- // si : http://en.wikipedia.org/wiki/.si
4068
- si
4069
-
4070
- // sj : No registrations at this time.
4071
- // Submitted by registry <jarle@uninett.no> 2008-06-16
4072
-
4073
- // sk : http://en.wikipedia.org/wiki/.sk
4074
- // list of 2nd level domains ?
4075
- sk
4076
-
4077
- // sl : http://www.nic.sl
4078
- // Submitted by registry <adam@neoip.com> 2008-06-12
4079
- sl
4080
- com.sl
4081
- net.sl
4082
- edu.sl
4083
- gov.sl
4084
- org.sl
4085
-
4086
- // sm : http://en.wikipedia.org/wiki/.sm
4087
- sm
4088
-
4089
- // sn : http://en.wikipedia.org/wiki/.sn
4090
- sn
4091
- art.sn
4092
- com.sn
4093
- edu.sn
4094
- gouv.sn
4095
- org.sn
4096
- perso.sn
4097
- univ.sn
4098
-
4099
- // so : http://www.soregistry.com/
4100
- so
4101
- com.so
4102
- net.so
4103
- org.so
4104
-
4105
- // sr : http://en.wikipedia.org/wiki/.sr
4106
- sr
4107
-
4108
- // st : http://www.nic.st/html/policyrules/
4109
- st
4110
- co.st
4111
- com.st
4112
- consulado.st
4113
- edu.st
4114
- embaixada.st
4115
- gov.st
4116
- mil.st
4117
- net.st
4118
- org.st
4119
- principe.st
4120
- saotome.st
4121
- store.st
4122
-
4123
- // su : http://en.wikipedia.org/wiki/.su
4124
- su
4125
-
4126
- // sv : http://www.svnet.org.sv/svpolicy.html
4127
- *.sv
4128
-
4129
- // sy : http://en.wikipedia.org/wiki/.sy
4130
- // see also: http://www.gobin.info/domainname/sy.doc
4131
- sy
4132
- edu.sy
4133
- gov.sy
4134
- net.sy
4135
- mil.sy
4136
- com.sy
4137
- org.sy
4138
-
4139
- // sz : http://en.wikipedia.org/wiki/.sz
4140
- // http://www.sispa.org.sz/
4141
- sz
4142
- co.sz
4143
- ac.sz
4144
- org.sz
4145
-
4146
- // tc : http://en.wikipedia.org/wiki/.tc
4147
- tc
4148
-
4149
- // td : http://en.wikipedia.org/wiki/.td
4150
- td
4151
-
4152
- // tel: http://en.wikipedia.org/wiki/.tel
4153
- // http://www.telnic.org/
4154
- tel
4155
-
4156
- // tf : http://en.wikipedia.org/wiki/.tf
4157
- tf
4158
-
4159
- // tg : http://en.wikipedia.org/wiki/.tg
4160
- // http://www.nic.tg/nictg/index.php implies no reserved 2nd-level domains,
4161
- // although this contradicts wikipedia.
4162
- tg
4163
-
4164
- // th : http://en.wikipedia.org/wiki/.th
4165
- // Submitted by registry <krit@thains.co.th> 2008-06-17
4166
- th
4167
- ac.th
4168
- co.th
4169
- go.th
4170
- in.th
4171
- mi.th
4172
- net.th
4173
- or.th
4174
-
4175
- // tj : http://www.nic.tj/policy.htm
4176
- tj
4177
- ac.tj
4178
- biz.tj
4179
- co.tj
4180
- com.tj
4181
- edu.tj
4182
- go.tj
4183
- gov.tj
4184
- int.tj
4185
- mil.tj
4186
- name.tj
4187
- net.tj
4188
- nic.tj
4189
- org.tj
4190
- test.tj
4191
- web.tj
4192
-
4193
- // tk : http://en.wikipedia.org/wiki/.tk
4194
- tk
4195
-
4196
- // tl : http://en.wikipedia.org/wiki/.tl
4197
- tl
4198
- gov.tl
4199
-
4200
- // tm : http://www.nic.tm/rules.html
4201
- // list of 2nd level tlds ?
4202
- tm
4203
-
4204
- // tn : http://en.wikipedia.org/wiki/.tn
4205
- // http://whois.ati.tn/
4206
- tn
4207
- com.tn
4208
- ens.tn
4209
- fin.tn
4210
- gov.tn
4211
- ind.tn
4212
- intl.tn
4213
- nat.tn
4214
- net.tn
4215
- org.tn
4216
- info.tn
4217
- perso.tn
4218
- tourism.tn
4219
- edunet.tn
4220
- rnrt.tn
4221
- rns.tn
4222
- rnu.tn
4223
- mincom.tn
4224
- agrinet.tn
4225
- defense.tn
4226
- turen.tn
4227
-
4228
- // to : http://en.wikipedia.org/wiki/.to
4229
- // Submitted by registry <egullich@colo.to> 2008-06-17
4230
- to
4231
- com.to
4232
- gov.to
4233
- net.to
4234
- org.to
4235
- edu.to
4236
- mil.to
4237
-
4238
- // tr : http://en.wikipedia.org/wiki/.tr
4239
- *.tr
4240
- !nic.tr
4241
- // Used by government in the TRNC
4242
- // http://en.wikipedia.org/wiki/.nc.tr
4243
- gov.nc.tr
4244
-
4245
- // travel : http://en.wikipedia.org/wiki/.travel
4246
- travel
4247
-
4248
- // tt : http://www.nic.tt/
4249
- tt
4250
- co.tt
4251
- com.tt
4252
- org.tt
4253
- net.tt
4254
- biz.tt
4255
- info.tt
4256
- pro.tt
4257
- int.tt
4258
- coop.tt
4259
- jobs.tt
4260
- mobi.tt
4261
- travel.tt
4262
- museum.tt
4263
- aero.tt
4264
- name.tt
4265
- gov.tt
4266
- edu.tt
4267
-
4268
- // tv : http://en.wikipedia.org/wiki/.tv
4269
- // Not listing any 2LDs as reserved since none seem to exist in practice,
4270
- // Wikipedia notwithstanding.
4271
- tv
4272
-
4273
- // tw : http://en.wikipedia.org/wiki/.tw
4274
- tw
4275
- edu.tw
4276
- gov.tw
4277
- mil.tw
4278
- com.tw
4279
- net.tw
4280
- org.tw
4281
- idv.tw
4282
- game.tw
4283
- ebiz.tw
4284
- club.tw
4285
- 網路.tw
4286
- 組織.tw
4287
- 商業.tw
4288
-
4289
- // tz : http://en.wikipedia.org/wiki/.tz
4290
- // Submitted by registry <randy@psg.com> 2008-06-17
4291
- // Updated from http://www.tznic.or.tz/index.php/domains.html 2010-10-25
4292
- ac.tz
4293
- co.tz
4294
- go.tz
4295
- mil.tz
4296
- ne.tz
4297
- or.tz
4298
- sc.tz
4299
-
4300
- // ua : http://www.nic.net.ua/
4301
- ua
4302
- com.ua
4303
- edu.ua
4304
- gov.ua
4305
- in.ua
4306
- net.ua
4307
- org.ua
4308
- // ua geo-names
4309
- cherkassy.ua
4310
- chernigov.ua
4311
- chernovtsy.ua
4312
- ck.ua
4313
- cn.ua
4314
- crimea.ua
4315
- cv.ua
4316
- dn.ua
4317
- dnepropetrovsk.ua
4318
- donetsk.ua
4319
- dp.ua
4320
- if.ua
4321
- ivano-frankivsk.ua
4322
- kh.ua
4323
- kharkov.ua
4324
- kherson.ua
4325
- khmelnitskiy.ua
4326
- kiev.ua
4327
- kirovograd.ua
4328
- km.ua
4329
- kr.ua
4330
- ks.ua
4331
- kv.ua
4332
- lg.ua
4333
- lugansk.ua
4334
- lutsk.ua
4335
- lviv.ua
4336
- mk.ua
4337
- nikolaev.ua
4338
- od.ua
4339
- odessa.ua
4340
- pl.ua
4341
- poltava.ua
4342
- rovno.ua
4343
- rv.ua
4344
- sebastopol.ua
4345
- sumy.ua
4346
- te.ua
4347
- ternopil.ua
4348
- uzhgorod.ua
4349
- vinnica.ua
4350
- vn.ua
4351
- zaporizhzhe.ua
4352
- zp.ua
4353
- zhitomir.ua
4354
- zt.ua
4355
-
4356
- // Private registries in .ua
4357
- co.ua
4358
- pp.ua
4359
-
4360
- // ug : http://www.registry.co.ug/
4361
- ug
4362
- co.ug
4363
- ac.ug
4364
- sc.ug
4365
- go.ug
4366
- ne.ug
4367
- or.ug
4368
-
4369
- // uk : http://en.wikipedia.org/wiki/.uk
4370
- *.uk
4371
- *.sch.uk
4372
- !bl.uk
4373
- !british-library.uk
4374
- !icnet.uk
4375
- !jet.uk
4376
- !mod.uk
4377
- !nel.uk
4378
- !nhs.uk
4379
- !nic.uk
4380
- !nls.uk
4381
- !national-library-scotland.uk
4382
- !parliament.uk
4383
- !police.uk
4384
-
4385
- // us : http://en.wikipedia.org/wiki/.us
4386
- us
4387
- dni.us
4388
- fed.us
4389
- isa.us
4390
- kids.us
4391
- nsn.us
4392
- // us geographic names
4393
- ak.us
4394
- al.us
4395
- ar.us
4396
- as.us
4397
- az.us
4398
- ca.us
4399
- co.us
4400
- ct.us
4401
- dc.us
4402
- de.us
4403
- fl.us
4404
- ga.us
4405
- gu.us
4406
- hi.us
4407
- ia.us
4408
- id.us
4409
- il.us
4410
- in.us
4411
- ks.us
4412
- ky.us
4413
- la.us
4414
- ma.us
4415
- md.us
4416
- me.us
4417
- mi.us
4418
- mn.us
4419
- mo.us
4420
- ms.us
4421
- mt.us
4422
- nc.us
4423
- nd.us
4424
- ne.us
4425
- nh.us
4426
- nj.us
4427
- nm.us
4428
- nv.us
4429
- ny.us
4430
- oh.us
4431
- ok.us
4432
- or.us
4433
- pa.us
4434
- pr.us
4435
- ri.us
4436
- sc.us
4437
- sd.us
4438
- tn.us
4439
- tx.us
4440
- ut.us
4441
- vi.us
4442
- vt.us
4443
- va.us
4444
- wa.us
4445
- wi.us
4446
- wv.us
4447
- wy.us
4448
- // The registrar notes several more specific domains available in each state,
4449
- // such as state.*.us, dst.*.us, etc., but resolution of these is somewhat
4450
- // haphazard; in some states these domains resolve as addresses, while in others
4451
- // only subdomains are available, or even nothing at all. We include the
4452
- // most common ones where it's clear that different sites are different
4453
- // entities.
4454
- k12.ak.us
4455
- k12.al.us
4456
- k12.ar.us
4457
- k12.as.us
4458
- k12.az.us
4459
- k12.ca.us
4460
- k12.co.us
4461
- k12.ct.us
4462
- k12.dc.us
4463
- k12.de.us
4464
- k12.fl.us
4465
- k12.ga.us
4466
- k12.gu.us
4467
- // k12.hi.us Hawaii has a state-wide DOE login: bug 614565
4468
- k12.ia.us
4469
- k12.id.us
4470
- k12.il.us
4471
- k12.in.us
4472
- k12.ks.us
4473
- k12.ky.us
4474
- k12.la.us
4475
- k12.ma.us
4476
- k12.md.us
4477
- k12.me.us
4478
- k12.mi.us
4479
- k12.mn.us
4480
- k12.mo.us
4481
- k12.ms.us
4482
- k12.mt.us
4483
- k12.nc.us
4484
- k12.nd.us
4485
- k12.ne.us
4486
- k12.nh.us
4487
- k12.nj.us
4488
- k12.nm.us
4489
- k12.nv.us
4490
- k12.ny.us
4491
- k12.oh.us
4492
- k12.ok.us
4493
- k12.or.us
4494
- k12.pa.us
4495
- k12.pr.us
4496
- k12.ri.us
4497
- k12.sc.us
4498
- k12.sd.us
4499
- k12.tn.us
4500
- k12.tx.us
4501
- k12.ut.us
4502
- k12.vi.us
4503
- k12.vt.us
4504
- k12.va.us
4505
- k12.wa.us
4506
- k12.wi.us
4507
- k12.wv.us
4508
- k12.wy.us
4509
-
4510
- cc.ak.us
4511
- cc.al.us
4512
- cc.ar.us
4513
- cc.as.us
4514
- cc.az.us
4515
- cc.ca.us
4516
- cc.co.us
4517
- cc.ct.us
4518
- cc.dc.us
4519
- cc.de.us
4520
- cc.fl.us
4521
- cc.ga.us
4522
- cc.gu.us
4523
- cc.hi.us
4524
- cc.ia.us
4525
- cc.id.us
4526
- cc.il.us
4527
- cc.in.us
4528
- cc.ks.us
4529
- cc.ky.us
4530
- cc.la.us
4531
- cc.ma.us
4532
- cc.md.us
4533
- cc.me.us
4534
- cc.mi.us
4535
- cc.mn.us
4536
- cc.mo.us
4537
- cc.ms.us
4538
- cc.mt.us
4539
- cc.nc.us
4540
- cc.nd.us
4541
- cc.ne.us
4542
- cc.nh.us
4543
- cc.nj.us
4544
- cc.nm.us
4545
- cc.nv.us
4546
- cc.ny.us
4547
- cc.oh.us
4548
- cc.ok.us
4549
- cc.or.us
4550
- cc.pa.us
4551
- cc.pr.us
4552
- cc.ri.us
4553
- cc.sc.us
4554
- cc.sd.us
4555
- cc.tn.us
4556
- cc.tx.us
4557
- cc.ut.us
4558
- cc.vi.us
4559
- cc.vt.us
4560
- cc.va.us
4561
- cc.wa.us
4562
- cc.wi.us
4563
- cc.wv.us
4564
- cc.wy.us
4565
-
4566
- lib.ak.us
4567
- lib.al.us
4568
- lib.ar.us
4569
- lib.as.us
4570
- lib.az.us
4571
- lib.ca.us
4572
- lib.co.us
4573
- lib.ct.us
4574
- lib.dc.us
4575
- lib.de.us
4576
- lib.fl.us
4577
- lib.ga.us
4578
- lib.gu.us
4579
- lib.hi.us
4580
- lib.ia.us
4581
- lib.id.us
4582
- lib.il.us
4583
- lib.in.us
4584
- lib.ks.us
4585
- lib.ky.us
4586
- lib.la.us
4587
- lib.ma.us
4588
- lib.md.us
4589
- lib.me.us
4590
- lib.mi.us
4591
- lib.mn.us
4592
- lib.mo.us
4593
- lib.ms.us
4594
- lib.mt.us
4595
- lib.nc.us
4596
- lib.nd.us
4597
- lib.ne.us
4598
- lib.nh.us
4599
- lib.nj.us
4600
- lib.nm.us
4601
- lib.nv.us
4602
- lib.ny.us
4603
- lib.oh.us
4604
- lib.ok.us
4605
- lib.or.us
4606
- lib.pa.us
4607
- lib.pr.us
4608
- lib.ri.us
4609
- lib.sc.us
4610
- lib.sd.us
4611
- lib.tn.us
4612
- lib.tx.us
4613
- lib.ut.us
4614
- lib.vi.us
4615
- lib.vt.us
4616
- lib.va.us
4617
- lib.wa.us
4618
- lib.wi.us
4619
- lib.wv.us
4620
- lib.wy.us
4621
-
4622
- // k12.ma.us contains school districts in Massachusetts. The 4LDs are
4623
- // managed indepedently except for private (PVT), charter (CHTR) and
4624
- // parochial (PAROCH) schools. Those are delegated dorectly to the
4625
- // 5LD operators. <k12-ma-hostmaster _ at _ rsuc.gweep.net>
4626
- pvt.k12.ma.us
4627
- chtr.k12.ma.us
4628
- paroch.k12.ma.us
4629
-
4630
- // uy : http://www.antel.com.uy/
4631
- *.uy
4632
-
4633
- // uz : http://www.reg.uz/registerr.html
4634
- // are there other 2nd level tlds ?
4635
- uz
4636
- com.uz
4637
- co.uz
4638
-
4639
- // va : http://en.wikipedia.org/wiki/.va
4640
- va
4641
-
4642
- // vc : http://en.wikipedia.org/wiki/.vc
4643
- // Submitted by registry <kshah@ca.afilias.info> 2008-06-13
4644
- vc
4645
- com.vc
4646
- net.vc
4647
- org.vc
4648
- gov.vc
4649
- mil.vc
4650
- edu.vc
4651
-
4652
- // ve : http://registro.nic.ve/nicve/registro/index.html
4653
- *.ve
4654
-
4655
- // vg : http://en.wikipedia.org/wiki/.vg
4656
- vg
4657
-
4658
- // vi : http://www.nic.vi/newdomainform.htm
4659
- // http://www.nic.vi/Domain_Rules/body_domain_rules.html indicates some other
4660
- // TLDs are "reserved", such as edu.vi and gov.vi, but doesn't actually say they
4661
- // are available for registration (which they do not seem to be).
4662
- vi
4663
- co.vi
4664
- com.vi
4665
- k12.vi
4666
- net.vi
4667
- org.vi
4668
-
4669
- // vn : https://www.dot.vn/vnnic/vnnic/domainregistration.jsp
4670
- vn
4671
- com.vn
4672
- net.vn
4673
- org.vn
4674
- edu.vn
4675
- gov.vn
4676
- int.vn
4677
- ac.vn
4678
- biz.vn
4679
- info.vn
4680
- name.vn
4681
- pro.vn
4682
- health.vn
4683
-
4684
- // vu : http://en.wikipedia.org/wiki/.vu
4685
- // list of 2nd level tlds ?
4686
- vu
4687
-
4688
- // wf : http://www.afnic.fr/medias/documents/AFNIC-naming-policy2012.pdf
4689
- wf
4690
-
4691
- // ws : http://en.wikipedia.org/wiki/.ws
4692
- // http://samoanic.ws/index.dhtml
4693
- ws
4694
- com.ws
4695
- net.ws
4696
- org.ws
4697
- gov.ws
4698
- edu.ws
4699
-
4700
- // yt : http://www.afnic.fr/medias/documents/AFNIC-naming-policy2012.pdf
4701
- yt
4702
-
4703
- // IDN ccTLDs
4704
- // Please sort by ISO 3166 ccTLD, then punicode string
4705
- // when submitting patches and follow this format:
4706
- // <Punicode> ("<english word>" <language>) : <ISO 3166 ccTLD>
4707
- // [optional sponsoring org]
4708
- // <URL>
4709
-
4710
- // xn--mgbaam7a8h ("Emerat" Arabic) : AE
4711
- //http://nic.ae/english/arabicdomain/rules.jsp
4712
- امارات
4713
-
4714
- // xn--54b7fta0cc ("Bangla" Bangla) : BD
4715
- বাংলা
4716
-
4717
- // xn--fiqs8s ("China" Chinese-Han-Simplified <.Zhonggou>) : CN
4718
- // CNNIC
4719
- // http://cnnic.cn/html/Dir/2005/10/11/3218.htm
4720
- 中国
4721
-
4722
- // xn--fiqz9s ("China" Chinese-Han-Traditional <.Zhonggou>) : CN
4723
- // CNNIC
4724
- // http://cnnic.cn/html/Dir/2005/10/11/3218.htm
4725
- 中國
4726
-
4727
- // xn--lgbbat1ad8j ("Algeria / Al Jazair" Arabic) : DZ
4728
- الجزائر
4729
-
4730
- // xn--wgbh1c ("Egypt" Arabic .masr) : EG
4731
- // http://www.dotmasr.eg/
4732
- مصر
4733
-
4734
- // xn--node ("ge" Georgian (Mkhedruli)) : GE
4735
- გე
4736
-
4737
- // xn--j6w193g ("Hong Kong" Chinese-Han) : HK
4738
- // https://www2.hkirc.hk/register/rules.jsp
4739
- 香港
4740
-
4741
- // xn--h2brj9c ("Bharat" Devanagari) : IN
4742
- // India
4743
- भारत
4744
-
4745
- // xn--mgbbh1a71e ("Bharat" Arabic) : IN
4746
- // India
4747
- بھارت
4748
-
4749
- // xn--fpcrj9c3d ("Bharat" Telugu) : IN
4750
- // India
4751
- భారత్
4752
-
4753
- // xn--gecrj9c ("Bharat" Gujarati) : IN
4754
- // India
4755
- ભારત
4756
-
4757
- // xn--s9brj9c ("Bharat" Gurmukhi) : IN
4758
- // India
4759
- ਭਾਰਤ
4760
-
4761
- // xn--45brj9c ("Bharat" Bengali) : IN
4762
- // India
4763
- ভারত
4764
-
4765
- // xn--xkc2dl3a5ee0h ("India" Tamil) : IN
4766
- // India
4767
- இந்தியா
4768
-
4769
- // xn--mgba3a4f16a ("Iran" Persian) : IR
4770
- ایران
4771
-
4772
- // xn--mgba3a4fra ("Iran" Arabic) : IR
4773
- ايران
4774
-
4775
- //xn--mgbayh7gpa ("al-Ordon" Arabic) JO
4776
- //National Information Technology Center (NITC)
4777
- //Royal Scientific Society, Al-Jubeiha
4778
- الاردن
4779
-
4780
- // xn--3e0b707e ("Republic of Korea" Hangul) : KR
4781
- 한국
4782
-
4783
- // xn--fzc2c9e2c ("Lanka" Sinhalese-Sinhala) : LK
4784
- // http://nic.lk
4785
- ලංකා
4786
-
4787
- // xn--xkc2al3hye2a ("Ilangai" Tamil) : LK
4788
- // http://nic.lk
4789
- இலங்கை
4790
-
4791
- // xn--mgbc0a9azcg ("Morocco / al-Maghrib" Arabic) : MA
4792
- المغرب
4793
-
4794
- // xn--mgb9awbf ("Oman" Arabic) : OM
4795
- عمان
4796
-
4797
- // xn--ygbi2ammx ("Falasteen" Arabic) : PS
4798
- // The Palestinian National Internet Naming Authority (PNINA)
4799
- // http://www.pnina.ps
4800
- فلسطين
4801
-
4802
- // xn--90a3ac ("srb" Cyrillic) : RS
4803
- срб
4804
-
4805
- // xn--p1ai ("rf" Russian-Cyrillic) : RU
4806
- // http://www.cctld.ru/en/docs/rulesrf.php
4807
- рф
4808
-
4809
- // xn--wgbl6a ("Qatar" Arabic) : QA
4810
- // http://www.ict.gov.qa/
4811
- قطر
4812
-
4813
- // xn--mgberp4a5d4ar ("AlSaudiah" Arabic) : SA
4814
- // http://www.nic.net.sa/
4815
- السعودية
4816
-
4817
- // xn--mgberp4a5d4a87g ("AlSaudiah" Arabic) variant : SA
4818
- السعودیة
4819
-
4820
- // xn--mgbqly7c0a67fbc ("AlSaudiah" Arabic) variant : SA
4821
- السعودیۃ
4822
-
4823
- // xn--mgbqly7cvafr ("AlSaudiah" Arabic) variant : SA
4824
- السعوديه
4825
-
4826
- // xn--ogbpf8fl ("Syria" Arabic) : SY
4827
- سورية
4828
-
4829
- // xn--mgbtf8fl ("Syria" Arabic) variant : SY
4830
- سوريا
4831
-
4832
- // xn--yfro4i67o Singapore ("Singapore" Chinese-Han) : SG
4833
- 新加坡
4834
-
4835
- // xn--clchc0ea0b2g2a9gcd ("Singapore" Tamil) : SG
4836
- சிங்கப்பூர்
4837
-
4838
- // xn--o3cw4h ("Thai" Thai) : TH
4839
- // http://www.thnic.co.th
4840
- ไทย
4841
-
4842
- // xn--pgbs0dh ("Tunis") : TN
4843
- // http://nic.tn
4844
- تونس
4845
-
4846
- // xn--kpry57d ("Taiwan" Chinese-Han-Traditional) : TW
4847
- // http://www.twnic.net/english/dn/dn_07a.htm
4848
- 台灣
4849
-
4850
- // xn--kprw13d ("Taiwan" Chinese-Han-Simplified) : TW
4851
- // http://www.twnic.net/english/dn/dn_07a.htm
4852
- 台湾
4853
-
4854
- // xn--nnx388a ("Taiwan") variant : TW
4855
- 臺灣
4856
-
4857
- // xn--j1amh ("ukr" Cyrillic) : UA
4858
- укр
4859
-
4860
- // xn--mgb2ddes ("AlYemen" Arabic) : YE
4861
- اليمن
4862
-
4863
- // xxx : http://icmregistry.com
4864
- xxx
4865
-
4866
- // ye : http://www.y.net.ye/services/domain_name.htm
4867
- *.ye
4868
-
4869
- // za : http://www.zadna.org.za/slds.html
4870
- *.za
4871
-
4872
- // zm : http://en.wikipedia.org/wiki/.zm
4873
- *.zm
4874
-
4875
- // zw : http://en.wikipedia.org/wiki/.zw
4876
- *.zw
4877
-
4878
- // ===END ICANN DOMAINS===
4879
- // ===BEGIN PRIVATE DOMAINS===
4880
-
4881
- // info.at : http://www.info.at/
4882
- biz.at
4883
- info.at
4884
-
4885
- // priv.at : http://www.nic.priv.at/
4886
- // Submitted by registry <lendl@nic.at> 2008-06-09
4887
- priv.at
4888
-
4889
- // co.ca : http://registry.co.ca
4890
- co.ca
4891
-
4892
- // CentralNic : http://www.centralnic.com/names/domains
4893
- // Confirmed by registry <gavin.brown@centralnic.com> 2008-06-09
4894
- ar.com
4895
- br.com
4896
- cn.com
4897
- de.com
4898
- eu.com
4899
- gb.com
4900
- gr.com
4901
- hu.com
4902
- jpn.com
4903
- kr.com
4904
- no.com
4905
- qc.com
4906
- ru.com
4907
- sa.com
4908
- se.com
4909
- uk.com
4910
- us.com
4911
- uy.com
4912
- za.com
4913
- gb.net
4914
- jp.net
4915
- se.net
4916
- uk.net
4917
- ae.org
4918
- us.org
4919
- com.de
4920
-
4921
- // Opera Software, A.S.A.
4922
- // Requested by Yngve Pettersen <yngve@opera.com> 2009-11-26
4923
- operaunite.com
4924
-
4925
- // Google, Inc.
4926
- // Requested by Eduardo Vela <evn@google.com> 2010-09-06
4927
- appspot.com
4928
-
4929
- // iki.fi : Submitted by Hannu Aronsson <haa@iki.fi> 2009-11-05
4930
- iki.fi
4931
-
4932
- // c.la : http://www.c.la/
4933
- c.la
4934
-
4935
- // ZaNiC : http://www.za.net/
4936
- // Confirmed by registry <hostmaster@nic.za.net> 2009-10-03
4937
- za.net
4938
- za.org
4939
-
4940
- // CoDNS B.V.
4941
- // Added 2010-05-23.
4942
- co.nl
4943
- co.no
4944
-
4945
- // Mainseek Sp. z o.o. : http://www.co.pl/
4946
- co.pl
4947
-
4948
- // DynDNS.com : http://www.dyndns.com/services/dns/dyndns/
4949
- dyndns-at-home.com
4950
- dyndns-at-work.com
4951
- dyndns-blog.com
4952
- dyndns-free.com
4953
- dyndns-home.com
4954
- dyndns-ip.com
4955
- dyndns-mail.com
4956
- dyndns-office.com
4957
- dyndns-pics.com
4958
- dyndns-remote.com
4959
- dyndns-server.com
4960
- dyndns-web.com
4961
- dyndns-wiki.com
4962
- dyndns-work.com
4963
- dyndns.biz
4964
- dyndns.info
4965
- dyndns.org
4966
- dyndns.tv
4967
- at-band-camp.net
4968
- ath.cx
4969
- barrel-of-knowledge.info
4970
- barrell-of-knowledge.info
4971
- better-than.tv
4972
- blogdns.com
4973
- blogdns.net
4974
- blogdns.org
4975
- blogsite.org
4976
- boldlygoingnowhere.org
4977
- broke-it.net
4978
- buyshouses.net
4979
- cechire.com
4980
- dnsalias.com
4981
- dnsalias.net
4982
- dnsalias.org
4983
- dnsdojo.com
4984
- dnsdojo.net
4985
- dnsdojo.org
4986
- does-it.net
4987
- doesntexist.com
4988
- doesntexist.org
4989
- dontexist.com
4990
- dontexist.net
4991
- dontexist.org
4992
- doomdns.com
4993
- doomdns.org
4994
- dvrdns.org
4995
- dyn-o-saur.com
4996
- dynalias.com
4997
- dynalias.net
4998
- dynalias.org
4999
- dynathome.net
5000
- dyndns.ws
5001
- endofinternet.net
5002
- endofinternet.org
5003
- endoftheinternet.org
5004
- est-a-la-maison.com
5005
- est-a-la-masion.com
5006
- est-le-patron.com
5007
- est-mon-blogueur.com
5008
- for-better.biz
5009
- for-more.biz
5010
- for-our.info
5011
- for-some.biz
5012
- for-the.biz
5013
- forgot.her.name
5014
- forgot.his.name
5015
- from-ak.com
5016
- from-al.com
5017
- from-ar.com
5018
- from-az.net
5019
- from-ca.com
5020
- from-co.net
5021
- from-ct.com
5022
- from-dc.com
5023
- from-de.com
5024
- from-fl.com
5025
- from-ga.com
5026
- from-hi.com
5027
- from-ia.com
5028
- from-id.com
5029
- from-il.com
5030
- from-in.com
5031
- from-ks.com
5032
- from-ky.com
5033
- from-la.net
5034
- from-ma.com
5035
- from-md.com
5036
- from-me.org
5037
- from-mi.com
5038
- from-mn.com
5039
- from-mo.com
5040
- from-ms.com
5041
- from-mt.com
5042
- from-nc.com
5043
- from-nd.com
5044
- from-ne.com
5045
- from-nh.com
5046
- from-nj.com
5047
- from-nm.com
5048
- from-nv.com
5049
- from-ny.net
5050
- from-oh.com
5051
- from-ok.com
5052
- from-or.com
5053
- from-pa.com
5054
- from-pr.com
5055
- from-ri.com
5056
- from-sc.com
5057
- from-sd.com
5058
- from-tn.com
5059
- from-tx.com
5060
- from-ut.com
5061
- from-va.com
5062
- from-vt.com
5063
- from-wa.com
5064
- from-wi.com
5065
- from-wv.com
5066
- from-wy.com
5067
- ftpaccess.cc
5068
- fuettertdasnetz.de
5069
- game-host.org
5070
- game-server.cc
5071
- getmyip.com
5072
- gets-it.net
5073
- go.dyndns.org
5074
- gotdns.com
5075
- gotdns.org
5076
- groks-the.info
5077
- groks-this.info
5078
- ham-radio-op.net
5079
- here-for-more.info
5080
- hobby-site.com
5081
- hobby-site.org
5082
- home.dyndns.org
5083
- homedns.org
5084
- homeftp.net
5085
- homeftp.org
5086
- homeip.net
5087
- homelinux.com
5088
- homelinux.net
5089
- homelinux.org
5090
- homeunix.com
5091
- homeunix.net
5092
- homeunix.org
5093
- iamallama.com
5094
- in-the-band.net
5095
- is-a-anarchist.com
5096
- is-a-blogger.com
5097
- is-a-bookkeeper.com
5098
- is-a-bruinsfan.org
5099
- is-a-bulls-fan.com
5100
- is-a-candidate.org
5101
- is-a-caterer.com
5102
- is-a-celticsfan.org
5103
- is-a-chef.com
5104
- is-a-chef.net
5105
- is-a-chef.org
5106
- is-a-conservative.com
5107
- is-a-cpa.com
5108
- is-a-cubicle-slave.com
5109
- is-a-democrat.com
5110
- is-a-designer.com
5111
- is-a-doctor.com
5112
- is-a-financialadvisor.com
5113
- is-a-geek.com
5114
- is-a-geek.net
5115
- is-a-geek.org
5116
- is-a-green.com
5117
- is-a-guru.com
5118
- is-a-hard-worker.com
5119
- is-a-hunter.com
5120
- is-a-knight.org
5121
- is-a-landscaper.com
5122
- is-a-lawyer.com
5123
- is-a-liberal.com
5124
- is-a-libertarian.com
5125
- is-a-linux-user.org
5126
- is-a-llama.com
5127
- is-a-musician.com
5128
- is-a-nascarfan.com
5129
- is-a-nurse.com
5130
- is-a-painter.com
5131
- is-a-patsfan.org
5132
- is-a-personaltrainer.com
5133
- is-a-photographer.com
5134
- is-a-player.com
5135
- is-a-republican.com
5136
- is-a-rockstar.com
5137
- is-a-socialist.com
5138
- is-a-soxfan.org
5139
- is-a-student.com
5140
- is-a-teacher.com
5141
- is-a-techie.com
5142
- is-a-therapist.com
5143
- is-an-accountant.com
5144
- is-an-actor.com
5145
- is-an-actress.com
5146
- is-an-anarchist.com
5147
- is-an-artist.com
5148
- is-an-engineer.com
5149
- is-an-entertainer.com
5150
- is-by.us
5151
- is-certified.com
5152
- is-found.org
5153
- is-gone.com
5154
- is-into-anime.com
5155
- is-into-cars.com
5156
- is-into-cartoons.com
5157
- is-into-games.com
5158
- is-leet.com
5159
- is-lost.org
5160
- is-not-certified.com
5161
- is-saved.org
5162
- is-slick.com
5163
- is-uberleet.com
5164
- is-very-bad.org
5165
- is-very-evil.org
5166
- is-very-good.org
5167
- is-very-nice.org
5168
- is-very-sweet.org
5169
- is-with-theband.com
5170
- isa-geek.com
5171
- isa-geek.net
5172
- isa-geek.org
5173
- isa-hockeynut.com
5174
- issmarterthanyou.com
5175
- isteingeek.de
5176
- istmein.de
5177
- kicks-ass.net
5178
- kicks-ass.org
5179
- knowsitall.info
5180
- land-4-sale.us
5181
- lebtimnetz.de
5182
- leitungsen.de
5183
- likes-pie.com
5184
- likescandy.com
5185
- merseine.nu
5186
- mine.nu
5187
- misconfused.org
5188
- mypets.ws
5189
- myphotos.cc
5190
- neat-url.com
5191
- office-on-the.net
5192
- on-the-web.tv
5193
- podzone.net
5194
- podzone.org
5195
- readmyblog.org
5196
- saves-the-whales.com
5197
- scrapper-site.net
5198
- scrapping.cc
5199
- selfip.biz
5200
- selfip.com
5201
- selfip.info
5202
- selfip.net
5203
- selfip.org
5204
- sells-for-less.com
5205
- sells-for-u.com
5206
- sells-it.net
5207
- sellsyourhome.org
5208
- servebbs.com
5209
- servebbs.net
5210
- servebbs.org
5211
- serveftp.net
5212
- serveftp.org
5213
- servegame.org
5214
- shacknet.nu
5215
- simple-url.com
5216
- space-to-rent.com
5217
- stuff-4-sale.org
5218
- stuff-4-sale.us
5219
- teaches-yoga.com
5220
- thruhere.net
5221
- traeumtgerade.de
5222
- webhop.biz
5223
- webhop.info
5224
- webhop.net
5225
- webhop.org
5226
- worse-than.tv
5227
- writesthisblog.com
5228
-
5229
- // ===END PRIVATE DOMAINS===