Update README.md

This commit is contained in:
Chion Tang 2018-05-25 11:45:22 +08:00 committed by GitHub
parent d8ff5bf1e7
commit ee28e12681
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`: