Advertisement
Guest User

Fix for lobbies

a guest
Mar 12th, 2024
3,105
0
Never
5
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | Cybersecurity | 0 0
  1. # Add this to C:\Windows\System32\drivers\etc\hosts and it will block the domain lookups that the fake maps are doing.
  2. # Block single-letter domains for .io by mapping them to an invalid IP address
  3. 0.0.0.0 a.io
  4. 0.0.0.0 b.io
  5. 0.0.0.0 c.io
  6. 0.0.0.0 d.io
  7. 0.0.0.0 e.io
  8. 0.0.0.0 f.io
  9. 0.0.0.0 g.io
  10. 0.0.0.0 h.io
  11. 0.0.0.0 i.io
  12. 0.0.0.0 j.io
  13. 0.0.0.0 k.io
  14. 0.0.0.0 l.io
  15. 0.0.0.0 m.io
  16. 0.0.0.0 n.io
  17. 0.0.0.0 o.io
  18. 0.0.0.0 p.io
  19. 0.0.0.0 q.io
  20. 0.0.0.0 r.io
  21. 0.0.0.0 s.io
  22. 0.0.0.0 t.io
  23. 0.0.0.0 u.io
  24. 0.0.0.0 v.io
  25. 0.0.0.0 w.io
  26. 0.0.0.0 x.io
  27. 0.0.0.0 y.io
  28. 0.0.0.0 z.io
  29.  
  30. # Block single-letter domains for .ai by mapping them to an invalid IP address
  31. 0.0.0.0 a.ai
  32. 0.0.0.0 b.ai
  33. 0.0.0.0 c.ai
  34. 0.0.0.0 d.ai
  35. 0.0.0.0 e.ai
  36. 0.0.0.0 f.ai
  37. 0.0.0.0 g.ai
  38. 0.0.0.0 h.ai
  39. 0.0.0.0 i.ai
  40. 0.0.0.0 j.ai
  41. 0.0.0.0 k.ai
  42. 0.0.0.0 l.ai
  43. 0.0.0.0 m.ai
  44. 0.0.0.0 n.ai
  45. 0.0.0.0 o.ai
  46. 0.0.0.0 p.ai
  47. 0.0.0.0 q.ai
  48. 0.0.0.0 r.ai
  49. 0.0.0.0 s.ai
  50. 0.0.0.0 t.ai
  51. 0.0.0.0 u.ai
  52. 0.0.0.0 v.ai
  53. 0.0.0.0 w.ai
  54. 0.0.0.0 x.ai
  55. 0.0.0.0 y.ai
  56. 0.0.0.0 z.ai
  57.  
  58. # Block single-letter .co domains by mapping them to an invalid IP address
  59. 0.0.0.0 a.co
  60. 0.0.0.0 b.co
  61. 0.0.0.0 c.co
  62. 0.0.0.0 d.co
  63. 0.0.0.0 e.co
  64. 0.0.0.0 f.co
  65. 0.0.0.0 g.co
  66. 0.0.0.0 h.co
  67. 0.0.0.0 i.co
  68. 0.0.0.0 j.co
  69. 0.0.0.0 k.co
  70. 0.0.0.0 l.co
  71. 0.0.0.0 m.co
  72. 0.0.0.0 n.co
  73. 0.0.0.0 o.co
  74. 0.0.0.0 p.co
  75. 0.0.0.0 q.co
  76. 0.0.0.0 r.co
  77. 0.0.0.0 s.co
  78. 0.0.0.0 t.co
  79. 0.0.0.0 u.co
  80. 0.0.0.0 v.co
  81. 0.0.0.0 w.co
  82. 0.0.0.0 x.co
  83. 0.0.0.0 y.co
  84. 0.0.0.0 z.co
Tags: SC2
Advertisement
Comments
  • goldfishduck
    54 days
    # text 0.34 KB | 0 0
    1. Hi, when i go to this path and find the "Hosts" file, and open it in notepad, and I add the code- when I try to save it, it says I don't have permission and to contact the administrator. But it's my laptop and I'm the only user. Am I doing it wrong? I don't know much computer science stuff, but I could learn it if you could tell me the exact steps.
    • aimedcornet
      54 days
      # text 0.05 KB | 0 0
      1. You just need to run notebook as administrator.
    • lucas777c
      54 days (edited)
      # text 0.33 KB | 0 0
      1. go to start menu, type notepad, right click on notepad and click on RUN AS ADMINISTRATOR. (It might ask you to re type in your windows password depending on your settings.) Then when notepad opens up, in notepad go to FILE->OPEN and find the file indicated and open it up, copy all this stuff into the file and save, then re-open starcraft.
  • lucas777c
    48 days
    # text 0.09 KB | 0 0
    1. 0.0.0.0 8.de
    2. is the new one that was added to the most recent update to these dumb lobbies
  • lucas777c
    46 days
    # text 0.05 KB | 0 0
    1. updated one here: https://pastebin.com/THUWg4vi
Add Comment
Please, Sign In to add comment
Advertisement