Advertisement
jayax

catatan baru

Oct 24th, 2014
486
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. #Viewer
  2. Bustamam 492 026 753
  3. IshaqNet 493 357 915
  4. Sidodadi 497 131 734
  5. Baranet 613 266 536
  6. jafa net 142 533 881
  7. qara 555 048 222
  8. togar 2f2c01328d97.sn.mynetname.net
  9.  
  10. #ssl-bump nona gmail
  11. 173.194.117.21
  12. 173.194.117.22
  13. 74.125.130.17
  14. 74.125.130.18
  15. 74.125.130.19
  16. 74.125.130.83
  17.  
  18. #ssl-bump nona GCA
  19. acl gca_garena dst
  20. 103.248.57.0/24
  21. 203.117.155.0/24
  22. 203.117.172.0/24
  23.  
  24. ssl_bump none gca_garena
  25.  
  26. #Deny cache Char FO3
  27. acl DENYCACHE urlpath_regex \.(account|config|initialize|teamcolor|info|coaches|timestamp)$
  28. acl DENYCACHE urlpath_regex (notice.html|afs.dat|dat.asp|patchinfo.xml|version.list|iepngfix.htc|updates.txt|patchlist.txt|crossdomain.xml)
  29. acl DENYCACHE urlpath_regex (pointblank.css|login_form.css|form.css)$
  30. acl DENYCACHE urlpath_regex (Loader|gamenotice|sources|captcha|notice|reset|account|config|initialize|teamcolor|info|coaches|timestamp)
  31. cache deny DENYCACHE
  32.  
  33.  
  34.  
  35. # SWF lost saga
  36. refresh_pattern -i .*\.gscdn\.com\/.*\.swf 0 0% 0
  37.  
  38. #DN hackshield
  39. refresh_pattern -i .*\.gemscool.com\/dragonnest\/hackshield\/.*$ 30 30% 30 reload-into-ims
  40.  
  41. #hapus memory unbound
  42. echo 3 > /proc/sys/vm/drop_caches
  43.  
  44.  
  45. #Windows Update
  46. refresh_pattern -i microsoft.com/.*\.(cab|exe|ms[i|u|f]|[ap]sf|wm[v|a]|dat|zip) 10080 99% 43200 ignore-reload override-expire override-lastmod ignore-must-revalidate ignore-private ignore-no-store ignore-auth store-stale
  47. refresh_pattern -i windowsupdate.com/.*\.(cab|exe|ms[i|u|f]|[ap]sf|wm[v|a]|dat|zip) 10080 99% 43200 ignore-reload override-expire override-lastmod ignore-must-revalidate ignore-private ignore-no-store ignore-auth store-stale
  48. refresh_pattern -i windows.com/.*\.(cab|exe|ms[i|u|f]|[ap]sf|wm[v|a]|dat|zip) 10080 99% 43200 ignore-reload override-expire override-lastmod ignore-must-revalidate ignore-private ignore-no-store ignore-auth store-stale
  49.  
  50. if ($x =~ m/^http(|s)\:\/\/.*youtube.*(ptracking|stream_204|player_204|gen_204).*(video_id|docid|v)\=([^\&\s]*).*/){
  51. $vid = $4 ;
  52. @cpn = m/[&?]cpn\=([^\&\s]*)/;
  53. $fn = "/var/log/squid/yutub/@cpn";
  54. unless (-e $fn) {
  55. open FH,">".$fn ;
  56. print FH "$vid\n";
  57. close FH;
  58. }
  59. $out = $x ;
  60.  
  61. } elsif ($x =~ m/^http(|s)\:\/\/.*(youtube|google).*videoplayback.*/){
  62. @itag = m/[&?](itag=[0-9]*)/;
  63. @ids = m/[&?]id\=([^\&\s]*)/;
  64. @mime = m/[&?](mime\=[^\&\s]*)/;
  65. @cpn = m/[&?]cpn\=([^\&\s]*)/;
  66. $fn = "/var/log/squid/yutub/@cpn";
  67. if (-e $fn) {
  68. open FH,"<".$fn ;
  69. $id = <FH>;
  70. chomp $id ;
  71. close FH ;
  72. } else {
  73. $id = $ids[0] ;
  74. }
  75. @range = m/[&?](range=[^\&\s]*)/;
  76. $out = "http://video-srv.youtube.com.SQUIDINTERNAL/id=" . $id . "&@itag@range@mime";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement