mirror of
https://github.com/fosrl/newt.git
synced 2026-03-08 23:03:03 -05:00
Fix ACCEPT_CLIENTS #45
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @oschwartz10612 on GitHub (Aug 8, 2025).
Originally assigned to: @oschwartz10612 on GitHub.
ACCEPT_CLIENTS gets overridden by the cli arg
@Lokowitz commented on GitHub (Aug 8, 2025):
I also noticed that
--nativeis not working with docker for me, only with native newt installation.After adding
--cap-add=NET_ADMINit works.I am not a pro but i saw in other projects that they also use these commands:
Docker logs without --cap-add=NET_ADMIN
@oschwartz10612 commented on GitHub (Aug 9, 2025):
Yeah should add this to the docs. Because its a native WG tunnel the container namespace needs that permission.