aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Chion Tang <sdspeedonion@gmail.com> 2018-05-25 11:45:22 +0800
committerGravatar GitHub <noreply@github.com> 2018-05-25 11:45:22 +0800
commitee28e12681863d9ca7728786cd68b1c1824bc9c2 (patch)
tree069c963d31a07abed9f36338aa7da39b1e18337d
parentMerge pull request #13 from LGA1150/master (diff)
downloadnetfilter-full-cone-nat-ee28e12681863d9ca7728786cd68b1c1824bc9c2.tar.gz
netfilter-full-cone-nat-ee28e12681863d9ca7728786cd68b1c1824bc9c2.tar.bz2
netfilter-full-cone-nat-ee28e12681863d9ca7728786cd68b1c1824bc9c2.zip
Update README.md
-rw-r--r--README.md4
1 files 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`: