Skip to content

Commit c5e7560

Browse files
committed
Add IpRestrict middleware to the list
1 parent 95f64b1 commit c5e7560

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

source/index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,22 @@ <h3>HttpCache</h3>
143143
</div>
144144
</div>
145145
<div class="span6">
146-
<h3>StackGeoIp</h3>
146+
<h3>GeoIp</h3>
147147
<p>Adds geolocation results to the request for subsequent middlewares. Can use any geocoding provider from <a href="http://geocoder-php.org">http://geocoder-php.org</a>.</p>
148148
<div class="btn-group">
149149
<a class="btn" href="https://github.com/herebeducks/StackGeoIp"><i class="icon icon-github"></i> GitHub</a>
150150
</div>
151151
</div>
152152
</div>
153+
<div class="row-fluid">
154+
<div class="span6">
155+
<h3>IpRestrict</h3>
156+
<p>Stack middleware for restricting application access to specific IP addresses.</p>
157+
<div class="btn-group">
158+
<a class="btn" href="https://github.com/alsar/stack-ip-restrict"><i class="icon icon-github"></i> GitHub</a>
159+
</div>
160+
</div>
161+
</div>
153162
</div>
154163

155164
<!--

0 commit comments

Comments
 (0)