You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

worker-fuzzy.inc 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. # Included from top-level .conf file
  2. type = "fuzzy";
  3. hash_file = "${DBDIR}/fuzzy.db";
  4. expire = 90d;
  5. allow_update = ["localhost"];
  6. # Slave example (disabled by default)
  7. /*
  8. sync_keypair {
  9. pubkey = "53e6yt94fqbzccdqcsmoughxfxed7figuefkbs8f3hsybn3t9xhy";
  10. privkey = "eth4rod5xigw55tagtpo4ka98mya4nx8765wh5zozgjdk5weqd5y";
  11. id = "yf4mzjp5aexr39a9ijksth6cwumaxztg8iw84oee55n7hj6jkkhbtuwmph75ybsk79bm79cmmtz8ummzkeie4g4ony5x3z9i1hn5fqb";
  12. encoding = "base32";
  13. algorithm = "curve25519";
  14. type = "kex";
  15. }
  16. masters = "master.example.com";
  17. master_key = "tmpaorg6cdyqia79wmy99j546tdj9muc9coou8ns9au6dubhxcfy";
  18. */
  19. # Master example (disabled by default)
  20. /*
  21. sync_keypair {
  22. pubkey = "tmpaorg6cdyqia79wmy99j546tdj9muc9coou8ns9au6dubhxcfy";
  23. privkey = "a9d4kuz4grfienkfhuhreeiqqscng7sxntbnemkyo1ejxestquty";
  24. id = "q455stnkqf9r6f1e3bhcbdys9e179b97ymz1exb4ogwxxgerazz1nwy1sssrsri3ydjdag46ziok1ufx3xqifugdnewaqg4dsrdna8y";
  25. encoding = "base32";
  26. algorithm = "curve25519";
  27. type = "kex";
  28. }
  29. slave {
  30. name = "slave1";
  31. hosts = "slave.example.com";
  32. key = "53e6yt94fqbzccdqcsmoughxfxed7figuefkbs8f3hsybn3t9xhy";
  33. }
  34. */