From ee28e12681863d9ca7728786cd68b1c1824bc9c2 Mon Sep 17 00:00:00 2001 From: Chion Tang Date: Fri, 25 May 2018 11:45:22 +0800 Subject: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07f49b7..93a34fc 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ Prerequisites: Confirm the kernel configuration option `CONFIG_NF_CONNTRACK_EVENTS` is enabled. If this option is disabled on your system, enable it and rebuild your netfilter modules. -Kernel Module (as standalone module) +Kernel Module (As a thrid-party module. Recommended.) ------------- ``` $ make # insmod xt_FULLCONENAT.ko ``` -Kernel Module (in-tree building) +Kernel Module (In-tree building. Optional.) ------------- 1. Copy xt_FULLCONENAT.c to `kernel-source/net/netfilter/xt_FULLCONENAT.c` 2. Append following line to `kernel-source/net/netfilter/Makefile`: -- cgit v1.2.3