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

[Feature request] add netifyd #27

Closed
FrancYescO opened this issue Jan 21, 2022 · 1 comment
Closed

[Feature request] add netifyd #27

FrancYescO opened this issue Jan 21, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@FrancYescO
Copy link

Starting from #1 (comment)

An example dockerfile that uses prebuilt package

FROM ubuntu:xenial
RUN apt update && apt -y  install curl gnupg
RUN curl http://download.netify.ai/netify/ubuntu/apt-gpg-key-netify.asc -o Netify.gpg
RUN apt-key add - < Netify.gpg
RUN echo 'deb http://download.netify.ai/netify/ubuntu/xenial/ /' > /tmp/netify.list
RUN mv /tmp/netify.list /etc/apt/sources.list.d/netify.list
RUN apt update && apt -y install netifyd
ENTRYPOINT "netifyd"

maybe some wrapper is needed for the entrypoint

@FrancYescO FrancYescO added the enhancement New feature or request label Jan 21, 2022
@giper45
Copy link
Contributor

giper45 commented Jan 21, 2022

Added in develop branch, we will merge in main branch as soon as possible.
https://github.com/cybersecsi/RAUDI/tree/develop/tools/netifyd

docker run -it --cap-add=net_admin --rm secsi/netifyd -I/E <interface> -R 

@giper45 giper45 closed this as completed Jan 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants