fixed @server_started file init

This commit is contained in:
Stephen
2024-03-24 16:59:38 +10:00
parent a41e2bb637
commit 52abaa32f2

View File

@@ -19,6 +19,7 @@ module BeEF
@lock = Mutex.new
@database = BeEF::Core::Models::Dns::Rule
@data_chunks = {}
@server_started = false
end
# Adds a new DNS rule. If the rule already exists, its current ID is returned.