Browse Source

域名 `github.com` 增加 5个 预设IP

pull/355/head
王良 2 months ago
parent
commit
468c1e9084
  1. 13
      packages/core/src/config/index.js

13
packages/core/src/config/index.js

@ -282,6 +282,7 @@ module.exports = {
// 预设置IP列表 // 预设置IP列表
preSetIpList: { preSetIpList: {
'github.com': [ 'github.com': [
'4.237.22.38',
'20.26.156.215', '20.26.156.215',
'20.27.177.113', '20.27.177.113',
'20.87.245.0', '20.87.245.0',
@ -289,11 +290,15 @@ module.exports = {
'20.201.28.151', '20.201.28.151',
'20.205.243.166', '20.205.243.166',
'20.248.137.48', '20.248.137.48',
'104.244.46.165',
'140.82.113.3', '140.82.113.3',
'140.82.114.4', '140.82.114.4',
'140.82.116.3',
'140.82.116.4', '140.82.116.4',
'140.82.121.3', '140.82.121.3',
'140.82.121.4' '140.82.121.4',
'199.59.148.9',
'199.59.149.235'
], ],
'api.github.com': [ 'api.github.com': [
'20.26.156.210', '20.26.156.210',
@ -333,14 +338,14 @@ module.exports = {
'185.199.110.154', '185.199.110.154',
'185.199.111.154' '185.199.111.154'
], ],
'collector.github.com': [
'0.0.0.0'
],
'github.io': [ 'github.io': [
'185.199.108.153', '185.199.108.153',
'185.199.109.153', '185.199.109.153',
'185.199.110.153', '185.199.110.153',
'185.199.111.153' '185.199.111.153'
],
'collector.github.com': [
'0.0.0.0'
] ]
}, },
whiteList: { whiteList: {

Loading…
Cancel
Save