]> the.earth.li Git - onak.git/blobdiff - README
Add ability to drop overly large packets
[onak.git] / README
diff --git a/README b/README
index e1cc1ca8de3b2f2b83dc18e9ca651757772642fc..c329b3b19554fee874949005ddf9417edd00bf47 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-onak 0.4.2
-Copyright 2003-2013 Jonathan McDowell
+onak 0.5.0
+Copyright 2003-2016 Jonathan McDowell
 http://www.earth.li/projectpurple/progs/onak.html
 
 
@@ -54,10 +54,10 @@ Once make has completed you'll end up with various binaries:
 
 Config:
 
-I've finally added config file support. onak.conf is an example config;
-the main thing to change is the db_dir to whereever you want to put your
-database files. The configure script allows you to specific where it
-should live; by default it'll be PREFIX/etc/onak.conf.
+I've finally added config file support. onak.ini is an example config;
+the main thing to change is the location in the backend section to
+whereever you want to put your database files. The configure script allows
+you to specific where it should live; by default it'll be PREFIX/etc/onak.ini.
 
 
 Backends:
@@ -75,12 +75,6 @@ Currently there is support for 6 different database backends:
   with a large number of keys. This may well be due to my use of it - if
   you can help speed it up info would be appreciated.
 
-* db2 (Berkeley libdb2)
-  Only added to provide the ability to run the pathfinder with a key
-  database produced by pksd. Currently only supports pulling keys out by
-  keyid - no key updating or searching by key test. Found to be
-  tempramental and prone to deadlock in the db2 library.
-
 * db4 (Berkeley libdb4)
   The currently preferred backend. Supports the full range of functions
   like the pg backend but is considerably faster. Also easier to setup