ip网段
This commit is contained in:
parent
50c3fb8e26
commit
c4354676f9
|
@ -16,13 +16,13 @@ class BaseServiceProvider extends ServiceProvider
|
||||||
//pod network
|
//pod network
|
||||||
'172.20.0.0/16',
|
'172.20.0.0/16',
|
||||||
//vpc
|
//vpc
|
||||||
'10.0.2.0/16',
|
'10.0.0.0/16',
|
||||||
//local
|
//local
|
||||||
'127.0.0.1',
|
'127.0.0.1',
|
||||||
//北京办公区
|
//北京办公区
|
||||||
'172.16.100.0/16',
|
'172.16.0.0/16',
|
||||||
//aliyun slb
|
//aliyun slb
|
||||||
'100.116.71.0/16',
|
'100.116.0.0/16',
|
||||||
], Request::HEADER_X_FORWARDED_ALL);
|
], Request::HEADER_X_FORWARDED_ALL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user