rust-network-mgr 0.1.8

Linux based network management, packet routing and LAN peers IP monitoring service
1
2
3
4
5
6
7
8
9
10
interfaces:
  - name: eth0 # Example interface, replace with actual
    dhcp: true
    nftables_zone: wan # Example zone, maps to 'wan_ips' set

# Optional: Specify the path for the control socket
# socket_path: /run/rust-network-mgr.sock

# Optional: Specify a custom path for nftables rule scripts (not currently used)
# nftables_rules_path: /etc/rust-network-mgr/rules.d