Skip to content

Commit b4ba735

Browse files
committed
Fix IP blocker setup
1 parent 3848708 commit b4ba735

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 3.8.1 (2021-06-16)
4+
5+
- Fixes for IP blocker service
6+
37
## 3.8.0 (2021-06-16)
48

59
- Add support for `doctrine/cache` 2.0

config/services.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,8 @@ services:
283283
- '%gos_web_socket.server.origin_check%'
284284
- '%gos_web_socket.server.keepalive_ping%'
285285
- '%gos_web_socket.server.keepalive_interval%'
286+
- '%gos_web_socket.server.ip_address_check%'
287+
- '%gos_web_socket.blocked_ip_addresses%'
286288

287289
gos_web_socket.server.entry_point:
288290
class: Gos\Bundle\WebSocketBundle\Server\EntryPoint

0 commit comments

Comments
 (0)