-
Notifications
You must be signed in to change notification settings - Fork 16
番外之 openwrt DHCP
cooip-jm edited this page Mar 17, 2024
·
2 revisions
vi /etc/config/dhcp
config tag 'direct'
list dhcp_option '3,192.168.0.2'
list dhcp_option '6,192.168.0.11'
config tag 'mihomo'
list dhcp_option '3,192.168.0.19'
list dhcp_option '6,192.168.0.11'
config tag 'proxyV4only'
list dhcp_option '3,192.168.0.19'
list dhcp_option '6,192.168.0.12'
config tag 'directV4only'
list dhcp_option '3,192.168.0.2'
list dhcp_option '6,192.168.0.12'
config tag 'singboxfakeV6'
list dhcp_option '3,192.168.0.18'
list dhcp_option '6,192.168.0.11'
config tag 'singboxV4only'
list dhcp_option '3,192.168.0.18'
list dhcp_option '6,192.168.0.12'