mirror of
https://github.com/kepler155c/opus
synced 2024-12-24 23:50:26 +00:00
security start
This commit is contained in:
parent
cc4f8a0afc
commit
bc5cc5e97b
@ -1,7 +1,6 @@
|
||||
local Logger = require('logger')
|
||||
|
||||
local socketClass = { }
|
||||
local trustList = Util.readTable('.known_hosts') or { }
|
||||
|
||||
local exchange = {
|
||||
base = 11,
|
||||
@ -203,6 +202,7 @@ function trusted(msg, port)
|
||||
return true
|
||||
end
|
||||
|
||||
local trustList = Util.readTable('.known_hosts') or { }
|
||||
local pubKey = trustList[msg.shost]
|
||||
|
||||
if pubKey then
|
||||
|
Loading…
Reference in New Issue
Block a user