From e7e98dfdd10cb1e1962648192e84b6a64616e036 Mon Sep 17 00:00:00 2001
From: gry <guppy@123mail.org>
Date: Wed, 17 Oct 2012 22:34:07 +1030
Subject: [PATCH] plugins/wikinews: Add [[foo]] parsing, verbose error messages

---
 README | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/README b/README
index 27651e7..e6d65b5 100644
--- a/README
+++ b/README
@@ -29,3 +29,16 @@ In short,
 
 guppy works with Python 3 only. 
 
+=== Notes ===
+
+1) For debugging, to make a unix OS user lose internet connection, run
+
+# iptables -A OUTPUT -o eth0 -m owner --uid-owner 1002 -j DROP
+
+To reset, 
+
+# iptables --flush
+
+
+
+EOF
-- 
GitLab