From ca8f5d37e1501d0cb9cba3f4eb6a78fd87010bfa Mon Sep 17 00:00:00 2001 From: Finn Herzfeld Date: Tue, 6 Aug 2013 17:03:17 -0700 Subject: [PATCH] Corrected minor typo --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 2c2304b5d..adc8e98dc 100644 --- a/config.yaml +++ b/config.yaml @@ -44,7 +44,7 @@ beef: # Prefer WebSockets over XHR-polling when possible. websocket: enable: false - secure: true # use WebSocketSecure work only on https domain and whit https support enabled in BeEF + secure: true # use WebSocketSecure work only on https domain and with https support enabled in BeEF port: 61985 # WS: good success rate through proxies secure_port: 61986 # WSSecure ws_poll_timeout: 1000 # poll BeEF every second