]> mj.ucw.cz Git - bouncer.git/commitdiff
TODO
authorMartin Mares <mj@ucw.cz>
Sat, 5 Nov 2016 19:13:35 +0000 (20:13 +0100)
committerMartin Mares <mj@ucw.cz>
Sat, 5 Nov 2016 19:13:35 +0000 (20:13 +0100)
TODO [new file with mode: 0644]
bouncer.c

diff --git a/TODO b/TODO
new file mode 100644 (file)
index 0000000..4745a25
--- /dev/null
+++ b/TODO
@@ -0,0 +1,7 @@
+- location of default config file
+- configurable names of PAM modules
+
+Doc:
+- ipset create bouncer4 hash:ip family inet
+- ipset create bouncer6 hash:ip family inet6
+- sshd_config: UseDNS no
index 6fffcea4b17eca4c369e99d615cba9952c285256..41f85ea58caf9eb0847e51eaf3b3975d83e63af6 100644 (file)
--- a/bouncer.c
+++ b/bouncer.c
@@ -2,11 +2,6 @@
  *     Bouncer -- A Daemon for Turning Away Mischievous Guests
  *
  *     (c) 2016 Martin Mares <mj@ucw.cz>
- *
- *     FIXME: ipset create bouncer4 hash:ip family inet
- *     FIXME: ipset create bouncer6 hash:ip family inet6
- *     FIXME: sshd_config: UseDNS no
- *     FIXME: PAM module names should be made configurable
  */
 
 #undef LOCAL_DEBUG