mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Script modify mullvad
Author : @Blogshot https://github.com/alexbelgium/hassio-addons/issues/494
This commit is contained in:
7
transmission_openvpn/rootfs/opt/modify-mullvad.sh
Normal file
7
transmission_openvpn/rootfs/opt/modify-mullvad.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Removing IPv6 from mullvad"
|
||||
|
||||
echo "pull-filter ignore \"route-ipv6\"" | tee -a "/etc/openvpn/mullvad/"*.ovpn
|
||||
echo "pull-filter ignore \"ifconfig-ipv6\"" | tee -a "/etc/openvpn/mullvad/"*.ovpn
|
||||
echo "pull-filter ignore \"dhcp-option DNS6\"" | tee -a "/etc/openvpn/mullvad/"*.ovpn
|
||||
Reference in New Issue
Block a user