域名 `github.com` 增加 5个 预设IP
parent
3629cc37d4
commit
468c1e9084
|
@ -282,6 +282,7 @@ module.exports = {
|
|||
// 预设置IP列表
|
||||
preSetIpList: {
|
||||
'github.com': [
|
||||
'4.237.22.38',
|
||||
'20.26.156.215',
|
||||
'20.27.177.113',
|
||||
'20.87.245.0',
|
||||
|
@ -289,11 +290,15 @@ module.exports = {
|
|||
'20.201.28.151',
|
||||
'20.205.243.166',
|
||||
'20.248.137.48',
|
||||
'104.244.46.165',
|
||||
'140.82.113.3',
|
||||
'140.82.114.4',
|
||||
'140.82.116.3',
|
||||
'140.82.116.4',
|
||||
'140.82.121.3',
|
||||
'140.82.121.4'
|
||||
'140.82.121.4',
|
||||
'199.59.148.9',
|
||||
'199.59.149.235'
|
||||
],
|
||||
'api.github.com': [
|
||||
'20.26.156.210',
|
||||
|
@ -333,14 +338,14 @@ module.exports = {
|
|||
'185.199.110.154',
|
||||
'185.199.111.154'
|
||||
],
|
||||
'collector.github.com': [
|
||||
'0.0.0.0'
|
||||
],
|
||||
'github.io': [
|
||||
'185.199.108.153',
|
||||
'185.199.109.153',
|
||||
'185.199.110.153',
|
||||
'185.199.111.153'
|
||||
],
|
||||
'collector.github.com': [
|
||||
'0.0.0.0'
|
||||
]
|
||||
},
|
||||
whiteList: {
|
||||
|
|
Loading…
Reference in New Issue