mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-08 22:38:01 -06:00
Payload config, disable all logs feature
This commit is contained in:
@@ -3,13 +3,14 @@ name = "unshell-lib"
|
||||
edition = "2024"
|
||||
|
||||
[features]
|
||||
default = ["client", "server"]
|
||||
default = ["client", "server", "log_debug"]
|
||||
|
||||
# Components
|
||||
client = []
|
||||
server = []
|
||||
|
||||
log_debug = []
|
||||
log = []
|
||||
log_debug = ["log"]
|
||||
obfuscate = ["unshell-obfuscate/obfuscate"]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user