diff options
author | terminaldweller <thabogre@gmail.com> | 2022-09-13 17:32:12 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-09-13 17:32:12 +0000 |
commit | 68e3be1f591e40925b4c5c3f57aee8d4e260ebbf (patch) | |
tree | f07a55bbb82c23c688d104ff24d61084f5f5b72b /openwrt/files/etc/config/network | |
parent | updates (diff) | |
download | scripts-68e3be1f591e40925b4c5c3f57aee8d4e260ebbf.tar.gz scripts-68e3be1f591e40925b4c5c3f57aee8d4e260ebbf.zip |
update
Diffstat (limited to 'openwrt/files/etc/config/network')
-rw-r--r-- | openwrt/files/etc/config/network | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/openwrt/files/etc/config/network b/openwrt/files/etc/config/network deleted file mode 100644 index 897bfc6..0000000 --- a/openwrt/files/etc/config/network +++ /dev/null @@ -1,20 +0,0 @@ -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 type 'bridge' - option ifname 'eth0' - option force_link '1' - option proto 'static' - option ipaddr '192.168.1.201' - option netmask '255.255.255.0' - option ip6assign '60' -config interface 'wwan' - option proto 'dhcp' - option peerdns '0' - option dns '208.67.222.222 208.67.220.220' -config interface 'vpnclient' - option ifname 'tun0' - option proto 'none' |