Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix DNS situation #83

Open
earwig opened this issue Jan 5, 2018 · 0 comments
Open

Fix DNS situation #83

earwig opened this issue Jan 5, 2018 · 0 comments

Comments

@earwig
Copy link

earwig commented Jan 5, 2018

Currently cs241.cs.illinois.edu has an A record for 151.101.44.133, which is an internal IP used by GitHub's CDN. (It isn't even the correct one—if you try host illinois-cs241.github.io you will see different IPs.) This could break at any time, including two hours before an MP is due. GitHub's documentation is pretty clear that it should be a CNAME to illinois-cs241.github.io, but for various reasons UIUC probably won't let us do this. We may have to fall back to self-hosting the HTML on web.engr.illinois.edu. Fortunately, the existing deploy code used for Travis might be easily repurposed to do this.

@bhuvy2 bhuvy2 removed their assignment May 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants