# Advanced

- [Firewall](https://ezr33t.router.works/advanced/firewall.md): The router firewall controls the forward packet streams from incoming network interfaces to outgoing network interfaces.
- [Dynamic DNS](https://ezr33t.router.works/advanced/ddns.md): Dynamic DNS allows the router to reach a fixed hostname while having a dynamically changing IP address.
- [Traversal Cloud](https://ezr33t.router.works/advanced/traversal-cloud.md): Traversal Cloud is a secure NAT tunnel tool to provide remote control function on the 4G outdoor routers and connected hosts.
- [Terminal](https://ezr33t.router.works/advanced/terminal.md): The command-line interface (CLI) means interacting with the router system where the user issues commands to the router system through command lines.
- [Web Port](https://ezr33t.router.works/advanced/web-port.md): Guidance of how to change the Web GUI interface port on the outdoor router.
- [VPN Tunnels](https://ezr33t.router.works/advanced/vpn-tunnels.md): The outdoor router has integrated both OpenVPN and WireGuard protocols.


---

# 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://ezr33t.router.works/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.
