Skip to content

Commit 080b408

Browse files
committed
fix(server-ips): new server mods.x ips
1 parent 9696720 commit 080b408

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

main.js

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,24 @@ const ecomServerIps = [
55
// webhooks
66
'139.59.95.252',
77
'2400:6180:100:d0::7ac:e001',
8-
// modules
9-
'159.203.20.142',
10-
'2604:a880:cad:d0::928:a001',
118
// primary
129
'192.241.138.93',
1310
'2604:a880:400:d0::58:3001',
1411
// secondary
1512
'198.199.81.173',
16-
'2604:a880:400:d0::13:5001'
13+
'2604:a880:400:d0::13:5001',
14+
// modules
15+
'159.203.20.142',
16+
'2604:a880:cad:d0::928:a001',
17+
// mods.x
18+
'137.184.76.254',
19+
'2604:a880:400:d0::1dc5:6001',
20+
'159.223.106.62',
21+
'2604:a880:400:d0::181b:6001',
22+
'157.245.94.30',
23+
'2604:a880:400:d0::18e0:6001',
24+
'134.122.29.140',
25+
'2604:a880:400:d0::1b1c:8001'
1726
]
1827

1928
// axios HTTP client

0 commit comments

Comments
 (0)