From 14e5da14fdd20df5975841150b49076a16dd3a3d Mon Sep 17 00:00:00 2001 From: mzz2017 <2017@duck.com> Date: Sat, 4 Feb 2023 13:38:09 +0800 Subject: [PATCH] docs: README --- README.md | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/README.md b/README.md index 03090c0..80de8df 100644 --- a/README.md +++ b/README.md @@ -47,34 +47,6 @@ This feature requires kernel version of the machine >= 5.8. Note that if you bind dae to WAN only, dae only provide network service for local programs and not impact traffic coming in from other interfaces. -### Kernel Configuration Item - -Usually, mainstream desktop distributions have these items turned on. But in order to reduce kernel size, some items are turned off by default on embedded device distributions like OpenWRT, Armbian, etc. - -Use following commands to check the kernel configuration items on your machine. - -```shell -zcat /proc/config.gz || cat /boot/{config,config-$(uname -r)} -``` - -**Bind to LAN** - -``` -CONFIG_DEBUG_INFO_BTF -``` - -**Bind to WAN**: - -``` -CONFIG_DEBUG_INFO_BTF -``` - -Check them using command like: - -```shell -(zcat /proc/config.gz || cat /boot/{config,config-$(uname -r)}) | grep 'CONFIG_DEBUG_INFO_BTF=' -``` - ## TODO 1. Check dns upstream and source loop (whether upstream is also a client of us) and remind the user to add sip rule.