-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Add support for custom domain names #759
Comments
Can confirm the above mod works. Thanks, how about you create a pull request? |
Good day, I did the installation at my home (option 5 - Ubuntu server) and I was able to connect from the profile generated for IOS. Still, during the installation, the scripts require a public IP address. I tried to put my ddns dns entry instead but that didn't work... I also tried to replace the ip fields in the .mobileconfig generated but that didn't work either. Could someone give me some hints on how I could achieve this ? The main goal in my case isn't to hide my traffic but to find a secure way to connect to my house network with ios on demand profiles. Thanks for your help, great job :) |
@notDavid any idea on how to do the same now? the file changed enough to make impossible me doing the same modifications |
@hduarte thanks! Finally working. Awesome! |
Is it planned to have native support for domain names? I can't get this to work with neither ansible nor ./algo. I would like to be able to change the IP of the DNS without updating e.g. the IOS profiles. |
This is not currently a priority for AlgoVPN! We have other features we want to build, and this is not a roadblock for what we want to do with it. However, I'm open to contributions that support this feature. |
Having DNS support would be great, especially for roaming or otherwise geographically distributed users, so they're able to connect automatically to the closest suitable server. Happy to take a crack at supporting DNS options as part of the config flow. |
Any progress here? |
OS / Environment
macOS 10.13.2
Ansible version
ansible 2.2.0.0
config file = /Users/me/Desktop/algo/ansible.cfg
configured module search path = Default w/o overrides
Version of components from
requirements.txt
Summary of the problem
If i set
IP_subject_alt_name: "my.domain.com"
(instead of the default which is the public IP address) in config.cfg i get this error:Steps to reproduce the behavior
Set
IP_subject_alt_name: "my.domain.com"
in config.cfg and deploy algo to Amazon ec2Expected behavior
Hi, just reporting this as an fyi, no idea if you want to fix this. I solved it by modifying this line and remove this item:
,IP:{{ IP_subject_alt_name }}
After this modification i can use "my.domain.com" instead of an IP, and everything seems to work as expected (i only tested the .mobileconfig clients.)
The text was updated successfully, but these errors were encountered: