mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 11:09:57 +08:00
13 lines
212 B
Plaintext
13 lines
212 B
Plaintext
# Copyright (C) 2006 OpenWrt.org
|
|
|
|
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 ifname eth0
|
|
option proto dhcp
|
|
|