Skip to content
Snippets Groups Projects
  1. Dec 15, 2021
  2. Nov 23, 2021
  3. Jul 06, 2021
  4. Jun 22, 2021
  5. Jun 14, 2021
    • Kali Kaneko's avatar
      [feat] allow to define explicitely allowed private address · 45939be0
      Kali Kaneko authored
      By default, bitmask-root allows traffic to devices in local networks.
      
      However, this behavior depends on it correctly identifying the local
      network of the default route, and it can fail on more complex network
      setups (one common failure mode is when one of the ifaces gets a
      link-local ip).
      
      This commit introduces an explicit mechanism, by parsing lines in
      
      /etc/bitmask/ipv4.allow
      /etc/bitmask/ipv6.allow
      
      If valid private ips are defined in either of the files, the behavior
      will change to fail close for local devices, and allow traffic (both tcp
      and udp) to the defined ips, on all ports.
      
      - Resolves: #503
      45939be0
  6. Apr 14, 2021
  7. Mar 03, 2021
  8. Feb 11, 2021
  9. Feb 10, 2021
  10. Feb 09, 2021
Loading