-
Notifications
You must be signed in to change notification settings - Fork 2
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
upgrade to jool version 4.x #2
Comments
Currently working on it. |
I am still having trouble compiling 4.x Jool in Alpine due to the usage of musl libc. However, in the dev branch there is a Dockerfile-Debian. This image should work for now, I will continue working on the Alpine image. |
Done with 113e21e |
jool4 is configured differently. I had to manually create this file:
and inside the container run to make this all work. |
I see. I added a new pull request #7. I am not sure if that's what you meant, so please take a look at it first. Does this mean that other config files such as jool.env or netsocket.json etc. are obsolete? |
This Config is required to run jool. The env Config is a Config for the Container. I'd keep the Config in the Container Abstraktion Level and generate The jool Config base in These few variables. An alternative is requiring users to Mount the jool Config file into the Container. This is more flexible and requires more jool knowledge. |
hopefully resolving pmtu issues.
The text was updated successfully, but these errors were encountered: