# luci-app-advanced

高级设置/进阶设置插件，提供了直接修改以下配置文件的功能

/etc/dnsmasq.conf（DNSMASQ配置，对应openwrt的 DHCP/DNS 页面）

/etc/config/network（网络 接口页面配置）

/etc/config/wireless（无线配置）

/etc/hosts（本机域名解析文件）

/etc/config/arpbind（ARP与MAC地址绑定配置）

/etc/config/firewall（防火墙配置）

/etc/config/mwan3（负载均衡配置）

/etc/config/DHCP（DHCP服务器相关配置）

/etc/config/ddns（luci-app-ddns动态域名解析插件配置）

/etc/config/parentcontrol（家长控制配置）

/etc/config/autotimeset（定时任务配置）

/etc/config/wolplus（网络唤醒plus版配置）

/etc/config/smartdns（smartdns配置）

/etc/config/bypass（luci-app-bypass插件配置）

/etc/config/openclash（luci-app-openclash）

以及提供了网页文件管理功能和一些懒人一键配置功能(旧版功能)

{% embed url="<https://github.com/sirpdboy/luci-app-advanced>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.teapotium.com/luci-app/luci-app-advanced.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
