added data serialization, encryption, and ip subnet checking to spectre
This commit is contained in:
parent
6595290272
commit
75ecd4d7f4
9 changed files with 139 additions and 6 deletions
|
|
@ -2,6 +2,12 @@
|
|||
|
||||
{
|
||||
|
||||
# Define a key that will be used between Spectre and WebGUI to encrypt
|
||||
# communication. Note that this key must match the "spectreCryptoKey"
|
||||
# directive in your WebGUI config files.
|
||||
|
||||
"cryptoKey" : "123qwe",
|
||||
|
||||
# Define a port for Spectre to run on between 1024 and 65000.
|
||||
|
||||
"port" : 32133,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue