Custom domain on Keenetic router
Инструкция работает если у вас есть белый статичный ip-адрес и свой домен
Check settings:
-
Domain name
must EnabledRemote web interface connections
Setup certificate for domain
- Connect to CLI as
<router_ip>/a
- Check existing domains:
ip http ssl acme list
- Add your domain name:
ip http ssl acme get <subdomain>.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
No Comments