You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deploy a DNS router in a stable location that will listen to input from newly launched VMs, so that they can have their own domain names.
This is a sub-issue of #7 because a subdomain is required to get an SSL certificate. A skeletal startup script that pings the router is available here - https://github.com/iupui-soic/dynaswap/blob/master/shell-scripts/DAR.sh , but this issue is to track the code and updates to create the router itself. The DNS router should be a simple app that takes the IP and user launching the VM and post it to a DNS server.
the default implementation may use a externalized authentication to a REST service to a DNS server.
The text was updated successfully, but these errors were encountered:
Deploy a DNS router in a stable location that will listen to input from newly launched VMs, so that they can have their own domain names.
This is a sub-issue of #7 because a subdomain is required to get an SSL certificate. A skeletal startup script that pings the router is available here - https://github.com/iupui-soic/dynaswap/blob/master/shell-scripts/DAR.sh , but this issue is to track the code and updates to create the router itself. The DNS router should be a simple app that takes the IP and user launching the VM and post it to a DNS server.
the default implementation may use a externalized authentication to a REST service to a DNS server.
The text was updated successfully, but these errors were encountered: