netbird/client/server
Viktor Liu 05930ee6b1
[client] Add firewall rules to the debug bundle (#3089)
Adds the following to the debug bundle:
- iptables: `iptables-save`, `iptables -v -n -L`
- nftables: `nft list ruleset` or if not available formatted output from netlink (WIP)
2024-12-23 15:57:15 +01:00
..
debug_linux.go [client] Add firewall rules to the debug bundle (#3089) 2024-12-23 15:57:15 +01:00
debug_nonlinux.go [client] Add firewall rules to the debug bundle (#3089) 2024-12-23 15:57:15 +01:00
debug_test.go [client] Add firewall rules to the debug bundle (#3089) 2024-12-23 15:57:15 +01:00
debug.go [client] Add firewall rules to the debug bundle (#3089) 2024-12-23 15:57:15 +01:00
log.go Restore netbird state and log level after debug (#2047) 2024-05-24 13:27:41 +02:00
network.go [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
panic_generic.go [client] Log windows panics (#2829) 2024-11-01 15:08:22 +01:00
panic_windows.go [client] Log windows panics (#2829) 2024-11-01 15:08:22 +01:00
server_test.go [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
server.go [client, management] Add new network concept (#3047) 2024-12-20 11:30:28 +01:00
state_generic.go [client] Cleanup firewall state on startup (#2768) 2024-10-24 14:46:24 +02:00
state_linux.go [client] Cleanup firewall state on startup (#2768) 2024-10-24 14:46:24 +02:00
state.go [client] Add state handling cmdline options (#2821) 2024-12-03 16:07:18 +01:00