移除 `hub.docker.com` 的预设IP。
parent
e23eff3607
commit
a5bd72eb2c
|
@ -319,17 +319,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'],
|
'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'
|
||||||
],
|
|
||||||
'hub.docker.com': [
|
|
||||||
'44.221.37.199',
|
|
||||||
'52.44.227.212',
|
|
||||||
'54.156.140.159'
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
whiteList: {
|
whiteList: {
|
||||||
|
|
Loading…
Reference in New Issue