-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from HackUCF/ovpn-dns-fix
Ovpn dns fix
- Loading branch information
Showing
3 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Troubleshooting | ||
|
||
This page provides methods for troubleshooting problems the end user may run into. | ||
|
||
## Hackucf DNS records not resolving: | ||
|
||
## Recommended Fix | ||
Set your DNS to cloudflare's dns servers. Follow the instructions [located on their website](https://one.one.one.one/dns/) | ||
|
||
### Fix for Custom DNS Users | ||
|
||
If you run your own local DNS and you cannot resolve horizon.hackucf.cloud with nslookup, then you will need to add the following to your Records. | ||
|
||
**DNS Records:** | ||
|
||
| Domain | IP Address | | ||
|----------------|------------| | ||
| cloud.hackucf | 10.4.4.10 | | ||
|
||
**CNAME Records:** | ||
|
||
| FQDN | Domain | | ||
|---------------------|---------------| | ||
| horizon.hackucf.cloud | cloud.hackucf | | ||
| api.hackucf.cloud | cloud.hackucf | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters