From 68c8ff7754e9413f510c428a67b28112b7354c4f Mon Sep 17 00:00:00 2001 From: mzz2017 <2017@duck.com> Date: Sat, 4 Feb 2023 14:11:40 +0800 Subject: [PATCH] chore: does not annotate kernel requirement in config file --- example.dae | 2 -- 1 file changed, 2 deletions(-) diff --git a/example.dae b/example.dae index 4f016f7..e35c0c7 100644 --- a/example.dae +++ b/example.dae @@ -13,12 +13,10 @@ global { # The LAN interface to bind. Use it if you only want to proxy LAN instead of localhost. # Multiple interfaces split by ",". - # Require Linux kernel >= 5.2. # lan_interface: docker0 # The WAN interface to bind. Use it if you want to proxy localhost # Multiple interfaces split by "," - # Require Linux kernel >= 5.5 wan_interface: wlp5s0 }