Skip to content

Commit

Permalink
Added a host that can pass the IP filter
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronvil committed Dec 29, 2016
1 parent 455b102 commit a58e18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/war/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<filter-class>org.apache.catalina.filters.RemoteAddrFilter</filter-class>
<init-param>
<param-name>allow</param-name>
<param-value>127\.\d+\.\d+\.\d+|::1|0:0:0:0:0:0:0:1|10.2.1.178|172.16.4.213</param-value>
<param-value>127\.\d+\.\d+\.\d+|::1|0:0:0:0:0:0:0:1|10.2.1.178|172.16.4.213|192.168.10.45</param-value>
</init-param>
</filter>
<filter-mapping>
Expand Down

0 comments on commit a58e18c

Please sign in to comment.