diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-11-06 11:00:33 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-11-06 11:00:33 -0300 |
commit | c3d66da7c162508a7fdfddbf4aaaf2adfc4f7a58 (patch) | |
tree | 4b50b1cb677a7a1d6a2df2f4d7840d148c54d6cd /share/provision/files/ipredator/etc/udev/rules.d | |
parent | e7162cbba6161ea316f9415b672d842074bafd4a (diff) | |
download | kvmx-c3d66da7c162508a7fdfddbf4aaaf2adfc4f7a58.tar.gz kvmx-c3d66da7c162508a7fdfddbf4aaaf2adfc4f7a58.tar.bz2 |
Feat: WIP: ipredator/njalla migration
Diffstat (limited to 'share/provision/files/ipredator/etc/udev/rules.d')
-rw-r--r-- | share/provision/files/ipredator/etc/udev/rules.d/81-vpn-firewall.rules | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/share/provision/files/ipredator/etc/udev/rules.d/81-vpn-firewall.rules b/share/provision/files/ipredator/etc/udev/rules.d/81-vpn-firewall.rules deleted file mode 100644 index 64d8bd1..0000000 --- a/share/provision/files/ipredator/etc/udev/rules.d/81-vpn-firewall.rules +++ /dev/null @@ -1,2 +0,0 @@ -KERNEL=="tun0", ACTION=="add", RUN+="/usr/local/bin/fermreload.sh add" -KERNEL=="tun0", ACTION=="remove", RUN+="/usr/local/bin/fermreload.sh remove" |