Update docs/tech_docs/OpenWrt.md

This commit is contained in:
2024-04-21 20:37:25 +00:00
parent e65a192e48
commit ad5878f9f3

View File

@@ -52,6 +52,11 @@ config interface 'lan'
option device 'eth1'
option ipaddr '10.0.0.1'
option netmask '255.255.255.0'
config interface 'lan6'
option proto 'static'
option device 'eth1'
option ip6addr 'fd00::1/64'
```
```bash