Browse Source

Merge pull request #86 from Phecda/master

Sorted SN Domains and New Tool
lennylxx 8 years ago
parent
commit
f308300a0c
4 changed files with 3557 additions and 32121 deletions
  1. 1 1
      .gitignore
  2. 1773 16061
      hosts
  3. 1771 16059
      snippets/08_googlevideo.txt
  4. 12 0
      tools/list-sn-spec.py

+ 1 - 1
.gitignore

@@ -1,2 +1,2 @@
 tools/*.txt
-*.pyc
+*.pyc

File diff suppressed because it is too large
+ 1773 - 16061
hosts


File diff suppressed because it is too large
+ 1771 - 16059
snippets/08_googlevideo.txt


+ 12 - 0
tools/list-sn-spec.py

@@ -0,0 +1,12 @@
+#!/usr/bin/env python
+
+import sys
+
+def main():
+    sn = sys.argv[1]
+    for k in range(1, 21):
+    	print 'r%d' % k + '---' + 'sn-' + sn + '.googlevideo.com'
+
+if __name__ == '__main__':
+    main()
+

Some files were not shown because too many files changed in this diff