From f2d5ed34fbdd005b70c90c8f31d4e2356fcdc22b Mon Sep 17 00:00:00 2001 From: mzz2017 <2017@duck.com> Date: Sat, 11 Feb 2023 13:53:43 +0800 Subject: [PATCH] docs: example.dae --- example.dae | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example.dae b/example.dae index 36751dc..47798da 100644 --- a/example.dae +++ b/example.dae @@ -29,9 +29,10 @@ global { # SNAT for incoming connection to avoid MAC learning. # Set it true if you are NOT using dae as a transparent bridge, but will reduce forwarding # performance for direct traffic. + # This option does not affect direct traffic performance of WAN. lan_nat_direct: true - # The WAN interface to bind. Use it if you want to proxy localhost + # The WAN interface to bind. Use it if you want to proxy localhost. # Multiple interfaces split by ",". wan_interface: wlp5s0 }