Skip to content
Snippets Groups Projects
Select Git revision
  • 2b4dad02d371b7fbdeaa82b5fce82b5cecc2ce48
  • master default protected
  • lintian-fixes
3 results

firewall.service

Blame
  • Forked from ai3 / tools / firewall
    Source project has a limited visibility.
    • ale's avatar
      2b4dad02
      Rename the script to update-firewall, and add update-ipset · 2b4dad02
      ale authored
      Moves the ipset file-based configuration to a directory hierarchy
      below /etc/firewall/blocked, with "type" (ip/net) and "proto"
      (ipv4/ipv6) nested subdirectories and a run-parts-style multi-file
      setup.
      
      Allows users to update ipsets without having to necessarily reload
      all the other firewall rules.
      2b4dad02
      History
      Rename the script to update-firewall, and add update-ipset
      ale authored
      Moves the ipset file-based configuration to a directory hierarchy
      below /etc/firewall/blocked, with "type" (ip/net) and "proto"
      (ipv4/ipv6) nested subdirectories and a run-parts-style multi-file
      setup.
      
      Allows users to update ipsets without having to necessarily reload
      all the other firewall rules.
    firewall.service 172 B
    [Unit]
    Description=Set up firewall
    
    [Service]
    Type=oneshot
    EnvironmentFile=-/etc/default/firewall
    ExecStart=/usr/sbin/update-firewall
    
    [Install]
    WantedBy=multi-user.target