docs: kernel version explanation

This commit is contained in:
mzz2017
2023-02-01 00:34:39 +08:00
parent 35540f55a9
commit 9cdee19b57
2 changed files with 22 additions and 0 deletions

View File

@ -14,10 +14,12 @@ global {
# The LAN interface to bind.
# Use it if you only want to proxy LAN instead of localhost.
# Now only support one interface.
# Require Linux kernel >= 5.2
# lan_interface: docker0
# The WAN interface to bind.
# Use it if you want to proxy localhost.
# Require Linux kernel >= 5.5
wan_interface: wlp5s0
}