First Commit

This commit is contained in:
2025-11-18 23:02:07 -07:00
parent 1d9a3ce69e
commit db90e91cdb
290 changed files with 3691 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
# Hummingbird - AirVPN client
{ "name": "hummingbird", "type": "LowLatency_RT", "ionice": 1 }

View File

@@ -0,0 +1,3 @@
# https://www.ivpn.net/apps-linux/
{ "name": "ivpn-service", "type": "IN_DIFF" }
{ "name": "ivpn-ui", "type": "IN_DIFF" }

View File

@@ -0,0 +1,2 @@
{ "name": "mullvad-daemon", "type": "IN_DIFF" }
{ "name": "mullvad-gui", "type": "IN_DIFF" }

View File

@@ -0,0 +1,2 @@
# Openvpn https://openvpn.net/
{ "name": "openvpn", "type": "LowLatency_RT", "ionice": 1 }

View File

@@ -0,0 +1,2 @@
# Tailscale - Userspace wireguard overlay (https://github.com/tailscale/tailscale)
{ "name": "tailscaled", "type": "LowLatency_RT", "ionice": 1 }

View 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 }

View File

@@ -0,0 +1,2 @@
# Zerotier https://my.zerotier.com/
{ "name": "zerotier-one", "type": "LowLatency_RT", "ionice": 1 }