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 bug with dig returning CNAME records for PIA domains #1

Closed
wants to merge 1 commit into from
Closed

Fix bug with dig returning CNAME records for PIA domains #1

wants to merge 1 commit into from

Conversation

warhuhn
Copy link

@warhuhn warhuhn commented Apr 29, 2020

The ip command after the " * Accept output traffic to VPN server $ip through $INTERFACE, port $PROTOCOL $PORT..." message failed because dig returned a CNAME record at the first position for me.

So i just filtered the domain name records from the dig output with grep.

The original plan was to tell the dig command to only return A-Records but there's no such option.

@mweimer
Copy link

mweimer commented May 3, 2020

* Creating VPN rules
iptables v1.6.1: host/network 'us-chicago.regions.cluster.piaservers.net.' not found
Try 'iptables -h' or 'iptables --help' for more information.
   * Accept output traffic to VPN server us-chicago.regions.cluster.piaservers.net. through eth0, port udp 1197...[ERROR] Undefined error, with status

I was having this error whenever I tried to start the container. The PR fixed it. Thanks!

@warhuhn
Copy link
Author

warhuhn commented May 6, 2020

Already resolved with 986f26c

@warhuhn warhuhn closed this May 6, 2020
j4ym0 pushed a commit that referenced this pull request May 27, 2024
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

Successfully merging this pull request may close these issues.

2 participants