update aliyun ip limit

This commit is contained in:
dongwei 2019-02-15 12:52:24 +08:00
parent 8ba0e9a430
commit 2f9f47b96a

View File

@ -22,7 +22,7 @@ class BaseServiceProvider extends ServiceProvider
//北京办公区
'172.16.0.0/16',
//aliyun slb
'100.116.0/255.0/255',
'100.116.0.0/16',
], Request::HEADER_X_FORWARDED_ALL);
}