mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-01 03:26:51 +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
|
||
|
|