Custom Resolution
With custom resolution, you can assign friendly domain names to LAN devices, simplifying network-device management and improving the user experience.
Feature Overview
Custom resolution allows you to:
- Assign custom domain names to LAN devices
- Enable private DNS resolution
- Access intranet services securely and conveniently
Use Cases
Network Device Access
- NAS device:
nas.home → 192.168.1.100 - Router:
router.home → 192.168.1.1 - Printer:
printer.home → 192.168.1.200
Development & Testing Environments
- Local service:
api.local → 127.0.0.1 - Test environment:
test.local → 192.168.1.50 - Container:
redis.local → 172.17.0.2

Configuration Guide
Basic Syntax
domain record-type target-address
home A 192.168.1.2
*.home A 192.168.1.2
Supported Record Types
Arecord: IPv4 address resolutionAAAArecord: IPv6 address resolutionCNAMErecord: domain alias
Security Features
- Only takes effect on configured devices
- Does not expose intranet IP addresses
- Supports wildcard domain configuration
- Takes effect immediately; no restart required
Usage Recommendations
- Choose intuitive domain names
- Prefer suffixes like
.home - Track changes to intranet IPs
- Periodically review resolution settings