Skip to content

Commit

Permalink
update ip range
Browse files Browse the repository at this point in the history
  • Loading branch information
sporth committed Nov 18, 2022
1 parent b3b71d8 commit c679ff4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<entry key="AccessByIPAddress">
<bean id="AccessByIPAddress" parent="shibboleth.IPRangeAccessControl"
p:allowedRanges="#{ {'127.0.0.1/32', '::1/128', '172.16.0.0/12', '192.168.16.0/24'} }" />
p:allowedRanges="#{ {'127.0.0.1/32', '::1/128', '172.16.0.0/12', '192.168.0.0/12'} }" />
</entry>

<!--
Expand Down

0 comments on commit c679ff4

Please sign in to comment.