Skip to content

Commit

Permalink
chore: update IP list
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodCoder666 committed Oct 17, 2024
1 parent 2bd76f0 commit 70a682d
Showing 1 changed file with 61 additions and 2 deletions.
63 changes: 61 additions & 2 deletions constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,15 @@ class DefaultConfig:
)

# IPs from gtdb
# updated 2024-09-16
# updated 2024-10-17
GTDB_IPS = '''108.177.111.90
108.177.122.90
108.177.123.90
108.177.125.186
108.177.126.90
108.177.127.107
108.177.127.144
108.177.127.197
108.177.127.90
108.177.97.100
142.250.0.90
Expand Down Expand Up @@ -664,7 +667,11 @@ class DefaultConfig:
172.217.0.46
172.217.12.145
172.217.13.142
172.217.14.102
172.217.14.73
172.217.16.247
172.217.16.46
172.217.163.201
172.217.164.119
172.217.164.127
172.217.165.0
Expand All @@ -678,6 +685,7 @@ class DefaultConfig:
172.217.173.55
172.217.192.90
172.217.193.90
172.217.194.137
172.217.195.90
172.217.203.90
172.217.204.90
Expand All @@ -691,6 +699,7 @@ class DefaultConfig:
172.253.112.90
172.253.113.90
172.253.114.90
172.253.115.116
172.253.115.90
172.253.116.90
172.253.117.90
Expand Down Expand Up @@ -733,17 +742,55 @@ class DefaultConfig:
172.253.58.90
172.253.62.90
172.253.63.90
173.194.175.194
173.194.175.199
173.194.175.200
173.194.192.195
173.194.205.196
173.194.207.199
173.194.210.199
173.194.212.147
173.194.212.194
173.194.215.100
173.194.215.194
173.194.217.194
173.194.217.94
173.194.220.196
173.194.222.195
173.194.76.194
173.194.76.198
173.194.76.199
173.194.77.200
173.194.79.94
209.85.144.196
209.85.145.200
209.85.200.107
209.85.235.104
209.85.235.198
209.85.235.99
216.239.32.40
216.58.207.200
216.58.207.215
216.58.207.242
216.58.209.174
216.58.214.14
216.58.215.226
216.58.215.43
216.58.215.70
216.58.220.142
216.58.223.207
216.58.223.216
216.58.227.65
216.58.227.66
216.58.227.67
34.1.15.24
64.233.176.98
64.233.181.99
64.233.189.191
64.233.189.92
74.125.133.198
74.125.134.97
74.125.136.196
74.125.137.105
74.125.137.106
74.125.137.107
Expand All @@ -769,6 +816,18 @@ class DefaultConfig:
74.125.137.90
74.125.137.96
74.125.137.98
74.125.138.93
74.125.139.136
74.125.140.136
74.125.141.196
74.125.142.94
74.125.143.98
74.125.193.196
74.125.196.113
74.125.196.94
74.125.199.194
74.125.204.139
74.125.206.105'''.split()
74.125.206.105
74.125.206.194
74.125.26.196
74.125.71.194'''.split()

0 comments on commit 70a682d

Please sign in to comment.