Skip to content

Commit a1b4219

Browse files
committed
blocklist: update ord1
1 parent 2707016 commit a1b4219

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

dropship/dropship/src/core/Settings.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,11 @@ class Settings
8080
// { "test", { .block = "" }}, // PEERINGDB
8181

8282
/* ord1
83-
-
83+
- 24.105.40.0/21 seems to be the main one, worked fine for a while
84+
- started connecting to 64.224.0.0/21
85+
. 64.224.1.243
8486
*/
85-
{ "blizzard/ord1", { .block = "24.105.40.0/21" } },
87+
{ "blizzard/ord1", { .block = "64.224.0.0/21,24.105.40.0/21" } },
8688

8789
/* las1
8890
- previous version also had some 24. servers. probably was lax1 (rip)

0 commit comments

Comments
 (0)