Skip to main content

Custom domain on Keenetic router

ThisИнструкция worksработает onlyесли ifу youвас haveесть publicбелый (white)статичный ipip-адрес addressи forсвой you home router and own domain.домен

Check settings:

  • Domain name must Enabled Remote web interface connections

Steps:

Setup certificate for domain

  • Connect to CLI as <router_ip>/a or via SSH
  • Check existing domains:
ip http ssl acme list
  • Add your domain name:
ip http ssl acme get <yoursubdomainsubdomain>.annndruha.space

Setup proxy for subdomain

  • Check current proxy rules

    show ip http proxy
    
  • Add new proxy route

    (config)>

    ip http proxy <subdomain>
    

    (config-http-proxy)>

    domain static annndruha.space
    upstream http 192.168.1.3 4242
    allow public