Skip to content

Commit

Permalink
Fix IP blocker setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mbabker committed Jun 17, 2021
1 parent 3848708 commit b4ba735
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.8.1 (2021-06-16)

- Fixes for IP blocker service

## 3.8.0 (2021-06-16)

- Add support for `doctrine/cache` 2.0
Expand Down
2 changes: 2 additions & 0 deletions config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,8 @@ services:
- '%gos_web_socket.server.origin_check%'
- '%gos_web_socket.server.keepalive_ping%'
- '%gos_web_socket.server.keepalive_interval%'
- '%gos_web_socket.server.ip_address_check%'
- '%gos_web_socket.blocked_ip_addresses%'

gos_web_socket.server.entry_point:
class: Gos\Bundle\WebSocketBundle\Server\EntryPoint
Expand Down

0 comments on commit b4ba735

Please sign in to comment.