Skip to content
Snippets Groups Projects
  1. Apr 20, 2022
  2. Aug 24, 2021
  3. Dec 12, 2020
  4. Aug 17, 2018
    • Phillip Smith (fukawi2)'s avatar
      break postgres client ips into separate variables · d13089e6
      Phillip Smith (fukawi2) authored
      we have to use rich rules in firewalld to restict a specific port to a list of
      specific ip addresses. when using rich rules, you have to specify the address
      family (ipv4 or ipv6) which we can't do in an automated fashion with the ipv4
      and ipv6 addresses of the clients dynamically generated into a single variable.
      so this commit creates 2 variables; one for ipv4 clients and one for ipv6
      clients which can be referred to as required when creating the rich rules.
      d13089e6
    • Phillip Smith (fukawi2)'s avatar
      break postgres client ips into separate variables · 7bd299a3
      Phillip Smith (fukawi2) authored
      we have to use rich rules in firewalld to restict a specific port to a list of
      specific ip addresses. when using rich rules, you have to specify the address
      family (ipv4 or ipv6) which we can't do in an automated fashion with the ipv4
      and ipv6 addresses of the clients dynamically generated into a single variable.
      so this commit creates 2 variables; one for ipv4 clients and one for ipv6
      clients which can be referred to as required when creating the rich rules.
      7bd299a3
  5. Mar 02, 2018
  6. Dec 30, 2016
  7. Dec 28, 2016
  8. Sep 21, 2016
  9. Sep 12, 2016
Loading