I have setup / installed webmin on Amazon Ec2 instance running linux. After creating user with login credential and adding port 10000 in security group, I am able to login via
http://IP-ADDRESS-HERE:10000
.
I would like to create subdomain like webmin.example.com which points to ip-address:10000 ( port used by webmin )
. I tried to create SRV type host record on AWS Route 53 but that seems not working.
webmin.example.com. SRV 1 10 10000 IP-ADDRESS-HERE
Kindly help in this regard.