First Commit
This commit is contained in:
2
etc/ananicy.d/00-default/VPN/hummingbird.rules
Normal file
2
etc/ananicy.d/00-default/VPN/hummingbird.rules
Normal file
@@ -0,0 +1,2 @@
|
||||
# Hummingbird - AirVPN client
|
||||
{ "name": "hummingbird", "type": "LowLatency_RT", "ionice": 1 }
|
||||
3
etc/ananicy.d/00-default/VPN/ivpn.rules
Normal file
3
etc/ananicy.d/00-default/VPN/ivpn.rules
Normal file
@@ -0,0 +1,3 @@
|
||||
# https://www.ivpn.net/apps-linux/
|
||||
{ "name": "ivpn-service", "type": "IN_DIFF" }
|
||||
{ "name": "ivpn-ui", "type": "IN_DIFF" }
|
||||
2
etc/ananicy.d/00-default/VPN/mullvadvpn.rules
Normal file
2
etc/ananicy.d/00-default/VPN/mullvadvpn.rules
Normal file
@@ -0,0 +1,2 @@
|
||||
{ "name": "mullvad-daemon", "type": "IN_DIFF" }
|
||||
{ "name": "mullvad-gui", "type": "IN_DIFF" }
|
||||
2
etc/ananicy.d/00-default/VPN/openvpn.rules
Normal file
2
etc/ananicy.d/00-default/VPN/openvpn.rules
Normal file
@@ -0,0 +1,2 @@
|
||||
# Openvpn https://openvpn.net/
|
||||
{ "name": "openvpn", "type": "LowLatency_RT", "ionice": 1 }
|
||||
2
etc/ananicy.d/00-default/VPN/tailscale.rules
Normal file
2
etc/ananicy.d/00-default/VPN/tailscale.rules
Normal file
@@ -0,0 +1,2 @@
|
||||
# Tailscale - Userspace wireguard overlay (https://github.com/tailscale/tailscale)
|
||||
{ "name": "tailscaled", "type": "LowLatency_RT", "ionice": 1 }
|
||||
3
etc/ananicy.d/00-default/VPN/wireguard.rules
Normal file
3
etc/ananicy.d/00-default/VPN/wireguard.rules
Normal file
@@ -0,0 +1,3 @@
|
||||
# Wireguard https://www.wireguard.com/
|
||||
{ "name": "wg", "type": "LowLatency_RT", "ionice": 1 }
|
||||
{ "name": "wg-quick", "type": "LowLatency_RT", "ionice": 1 }
|
||||
2
etc/ananicy.d/00-default/VPN/zerotier-one.rules
Normal file
2
etc/ananicy.d/00-default/VPN/zerotier-one.rules
Normal file
@@ -0,0 +1,2 @@
|
||||
# Zerotier https://my.zerotier.com/
|
||||
{ "name": "zerotier-one", "type": "LowLatency_RT", "ionice": 1 }
|
||||
Reference in New Issue
Block a user