mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
feat: add crypto
This commit is contained in:
@@ -62,6 +62,18 @@ snap:
|
||||
snapiframeinterval: 3
|
||||
snapquerytimedelta: 3 # 查询截图时允许的最大时间差(秒)
|
||||
filter: "^live/.*"
|
||||
onpub:
|
||||
transform:
|
||||
.* : $0
|
||||
|
||||
crypto:
|
||||
enable: false
|
||||
isstatic: false
|
||||
algo: aes_ctr # 加密算法 支持 aes_ctr xor_c
|
||||
encryptlen: 1024
|
||||
secret:
|
||||
key: your key
|
||||
iv: your iv
|
||||
onpub:
|
||||
transform:
|
||||
.* : $0
|
||||
Reference in New Issue
Block a user