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

Replace Google's DNS by OpenNIC's and cleanup #37

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Nebukad93
Copy link

No description provided.

Replace Google DNS by OpenNIC's ones
ipsec.secrets is already persistent in /etc and symlink doesn't work for me
@@ -2,7 +2,11 @@ FROM ubuntu:16.04

RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get -y upgrade \
&& DEBIAN_FRONTEND=noninteractive apt-get -y install strongswan iptables uuid-runtime ndppd openssl \
&& DEBIAN_FRONTEND=noninteractive apt-get -y install strongswan \
&& iptables \
Copy link

@trollvottel trollvottel Feb 23, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

&&'s starting with line 6, ending at line 9 are superfluous. Why you changed this in the first place? Just because you think it looks better?

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