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.
8 lines
296 B
Markdown
8 lines
296 B
Markdown
## Mocks
|
|
|
|
To generate (or refresh) mocks from acl package please install [mockgen](https://github.com/golang/mock).
|
|
Run this command from the `./client/internal/acl` folder to update iface mapper interface mock:
|
|
```bash
|
|
mockgen -destination mocks/iface_mapper.go -package mocks . IFaceMapper
|
|
```
|