jadedeane / natanator

Unifi OS persistent network modification service
26 stars 5 forks source link

integrated regex fix for unifios-3.2.x #6

Closed jens-maus closed 7 months ago

jens-maus commented 7 months ago

This PR integrates a minor fix for the double NAT regex check which does not work with the latest UniFiOS 3.2.x version anymore since the corresponding NAT rules were renamed to UBIOS_ALL_ADDRv4_eth (i.e.g with ALL in the name). Thus, the adapted grep regex should catch these newer rule names with this PR.