Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
allowing the whole B class
Browse files Browse the repository at this point in the history
  • Loading branch information
osmontero committed Feb 9, 2023
1 parent ed48e99 commit ba5e711
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions utils/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -421,10 +421,7 @@ services:
-A INPUT -s 172.18.0.0/16 -j ACCEPT
-A INPUT -s {{.DBHost}} -j ACCEPT
-A DOCKER-USER -s 10.21.199.0/24 -j ACCEPT
-A DOCKER-USER -s 172.17.0.0/16 -j ACCEPT
-A DOCKER-USER -s 172.18.0.0/16 -j ACCEPT
-A DOCKER-USER -s 172.19.0.0/16 -j ACCEPT
-A DOCKER-USER -s 172.20.0.0/16 -j ACCEPT
-A DOCKER-USER -s 172.16.0.0/12 -j ACCEPT
-A DOCKER-USER -s {{.DBHost}} -j ACCEPT
# SECURING ELASTIC AND POSTGRES
Expand Down

0 comments on commit ba5e711

Please sign in to comment.