This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

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

    Resolve to NAS

    Configuration Guide

    Basic Syntax

    domain record-type target-address
    home A 192.168.1.2
    *.home A 192.168.1.2
    

    Supported Record Types

    • A record: IPv4 address resolution
    • AAAA record: IPv6 address resolution
    • CNAME record: 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

    1. Choose intuitive domain names
    2. Prefer suffixes like .home
    3. Track changes to intranet IPs
    4. Periodically review resolution settings