Skip to content
Snippets Groups Projects
  1. 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
      Unverified
      45939be0
    • Kali Kaneko's avatar
      [bug] do show gw selection pane · 1410e4ce
      Kali Kaneko authored
      Unverified
      1410e4ce
  2. Jun 01, 2021
  3. May 17, 2021
  4. May 04, 2021
Loading