mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-02 21:01:41 +00:00
10 lines
158 B
Plaintext
10 lines
158 B
Plaintext
|
config interface loopback
|
||
|
option ifname lo
|
||
|
option proto static
|
||
|
option ipaddr 127.0.0.1
|
||
|
option netmask 255.0.0.0
|
||
|
|
||
|
config interface lan
|
||
|
option proto dhcp
|
||
|
|