Initial commit
This commit is contained in:
10
usr/local/etc/rspamd/local.d/worker-fuzzy.inc
Normal file
10
usr/local/etc/rspamd/local.d/worker-fuzzy.inc
Normal file
@ -0,0 +1,10 @@
|
||||
count = 1;
|
||||
keypair {
|
||||
privkey = "YOUR_PRIVATE_KEY";
|
||||
type = "kex";
|
||||
algorithm = "curve25519";
|
||||
id = "YOUR_ID";
|
||||
pubkey = "YPUR_PUBLIC_KEY";
|
||||
encoding = "base32";
|
||||
}
|
||||
encrypted_only = true;
|
Reference in New Issue
Block a user