Update 2023-10-26 18:31 Linux/x86_64

This commit is contained in:
tinfoil-hat 2023-10-26 18:31:24 +02:00
parent 03937c4034
commit e974a7a18e

29
.plikrc.blank Executable file
View File

@ -0,0 +1,29 @@
Debug = false
Quiet = false
URL = "https://"
OneShot = false
Removable = false
Stream = false
Secure = false
SecureMethod = "openssl"
Archive = false
ArchiveMethod = "tar"
DownloadBinary = "curl"
Comments = ""
Login = ""
Password = ""
TTL = 43200
AutoUpdate = true
Token = ""
DisableStdin = false
Insecure = false
[SecureOptions]
Cipher = "aes-256-cbc"
Openssl = "/usr/bin/openssl"
Options = "-md sha256"
[ArchiveOptions]
Compress = "gzip"
Options = ""
Tar = "/bin/tar"