mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-30 03:54:35 +01:00
ef59001459
Modify rules in iptables and nftables to accept all traffic not from netbird network but routed through it.
296 B
296 B
Mocks
To generate (or refresh) mocks from acl package please install mockgen.
Run this command from the ./client/internal/acl
folder to update iface mapper interface mock:
mockgen -destination mocks/iface_mapper.go -package mocks . IFaceMapper