@@ -4,6 +4,11 @@ icon: material/alert-decagram
44
55# Route
66
7+ !!! quote "Changes in sing-box 1.14.0"
8+
9+ :material-plus: [find_neighbor](#find_neighbor)
10+ :material-plus: [dhcp_lease_files](#dhcp_lease_files)
11+
712!!! quote "Changes in sing-box 1.12.0"
813
914 :material-plus: [default_domain_resolver](#default_domain_resolver)
@@ -35,6 +40,8 @@ icon: material/alert-decagram
3540 "override_android_vpn" : false ,
3641 "default_interface" : " " ,
3742 "default_mark" : 0 ,
43+ "find_neighbor" : false ,
44+ "dhcp_lease_files" : [],
3845 "default_domain_resolver" : " " , // or { }
3946 "default_network_strategy" : " " ,
4047 "default_network_type" : [],
@@ -107,6 +114,30 @@ Set routing mark by default.
107114
108115Takes no effect if ` outbound.routing_mark ` is set.
109116
117+ #### find_neighbor
118+
119+ !!! question "Since sing-box 1.14.0"
120+
121+ !!! quote ""
122+
123+ Only supported on Linux.
124+
125+ Enable neighbor resolution for source MAC address and hostname lookup.
126+
127+ Required for ` source_mac_address ` and ` source_hostname ` rule items.
128+
129+ #### dhcp_lease_files
130+
131+ !!! question "Since sing-box 1.14.0"
132+
133+ !!! quote ""
134+
135+ Only supported on Linux.
136+
137+ Custom DHCP lease file paths for hostname and MAC address resolution.
138+
139+ Automatically detected from common DHCP servers (dnsmasq, odhcpd, ISC dhcpd, Kea) if empty.
140+
110141#### default_domain_resolver
111142
112143!!! question "Since sing-box 1.12.0"
0 commit comments