Updated text as requested by bcoles

This commit is contained in:
Finn Herzfeld
2013-08-11 00:07:59 -07:00
parent ca8f5d37e1
commit 173178e1d6

View File

@@ -44,7 +44,7 @@ beef:
# Prefer WebSockets over XHR-polling when possible. # Prefer WebSockets over XHR-polling when possible.
websocket: websocket:
enable: false enable: false
secure: true # use WebSocketSecure work only on https domain and with https support enabled in BeEF secure: true # use 'WebSocketSecure' works only on HTTPS domains and with HTTPS support enabled in BeEF
port: 61985 # WS: good success rate through proxies port: 61985 # WS: good success rate through proxies
secure_port: 61986 # WSSecure secure_port: 61986 # WSSecure
ws_poll_timeout: 1000 # poll BeEF every second ws_poll_timeout: 1000 # poll BeEF every second