added Iris Password system
This commit is contained in:
13
config.lua
13
config.lua
@ -27,6 +27,19 @@ config.autoCloseIrisOnIncoming = true
|
||||
config.irisCloseDelay = 0.1 -- seconds before closing iris on incoming
|
||||
config.autoOpenIrisAfterDisconnect = true
|
||||
|
||||
-- Iris password (set to nil to disable remote password unlock)
|
||||
config.irisPassword = "1234"
|
||||
|
||||
---------------------------------------------
|
||||
-- MESSAGING
|
||||
---------------------------------------------
|
||||
|
||||
-- Program version (sent to remote gates when connection established)
|
||||
config.programVersion = "1.0"
|
||||
|
||||
-- Enable computer-to-computer messaging through stargate
|
||||
config.enableMessaging = true
|
||||
|
||||
---------------------------------------------
|
||||
-- SECURITY
|
||||
---------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user