All Projects → Timac → VPNStatus

Timac / VPNStatus

Licence: MIT License
VPNStatus, a replacement for macOS builtin VPN Status

Programming Languages

objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to VPNStatus

NeoNetwork
A useless VPN Network ready for peering
Stars: ✭ 46 (-57.01%)
Mutual labels:  vpn
tinc-boot
Bootstrap your Tinc node quickly and easy
Stars: ✭ 128 (+19.63%)
Mutual labels:  vpn
vpn
VPN软件(小三VPN),完全免费,不注册,不限速,不限流,不看广告不流氓
Stars: ✭ 360 (+236.45%)
Mutual labels:  vpn
iosvpn.github.io
iPhone和iOS 翻墙梯子VPN推荐,2022中国苹果手机iPhone翻墙软件和科学上网避坑指南,稳定梯子推荐。
Stars: ✭ 72 (-32.71%)
Mutual labels:  vpn
AdGuard-WireGuard-Unbound-Cloudflare
The Ultimate Network Security Guide 🔒 Protection | 🔎 Privacy | 🚀 Performance on home network 24/7 🕛 Accessible anywhere 🌏
Stars: ✭ 160 (+49.53%)
Mutual labels:  vpn
opengnb
GNB is open source de-centralized VPN to achieve layer3 network via p2p with the ultimate capability of NAT Traversal.GNB是一个开源的去中心化的具有极致内网穿透能力的通过P2P进行三层网络交换的VPN。
Stars: ✭ 440 (+311.21%)
Mutual labels:  vpn
azure-vdc
Automated VDC on Azure
Stars: ✭ 16 (-85.05%)
Mutual labels:  vpn
libanonvpn
Library for TUN and TAP devices over I2P in Go Applications
Stars: ✭ 35 (-67.29%)
Mutual labels:  vpn
astlinux
AstLinux is a "Network Appliance for Communications" x86_64 Linux distribution
Stars: ✭ 23 (-78.5%)
Mutual labels:  vpn
get subscribe
✈️ 免费机场 / 免费VPN -> 自动获取免 clash/v2ray/trojan/sr/ssr 订阅链接,间隔12小时持续更新 | 科学上网 | 翻墙
Stars: ✭ 1,512 (+1313.08%)
Mutual labels:  vpn
chef-openvpn
A multi-configuration OpenVPN server cookbook featuring IPv6 support and easy setup of client files.
Stars: ✭ 23 (-78.5%)
Mutual labels:  vpn
nordvpn
NordVpn Docker Client
Stars: ✭ 475 (+343.93%)
Mutual labels:  vpn
KidVPN
The world's smallest VPN server and client.
Stars: ✭ 63 (-41.12%)
Mutual labels:  vpn
linguard
A simple, yet powerful web GUI to manage your Wireguard server, powered by Flask.
Stars: ✭ 88 (-17.76%)
Mutual labels:  vpn
Open2Nord
A Python script that makes connecting to NordVPN servers through OpenVPN GUI a lot easier, and adds extra functionality
Stars: ✭ 22 (-79.44%)
Mutual labels:  vpn
v2ray
每日分享免费节点、免费机场、ssr节点、v2ray节点、v2ray订阅、clash节点、clash订阅、shadowrocket订阅、Quantumult X订阅、Clash .NET订阅、小火箭节点、小猫咪节点、免费翻墙、免费科学上网、免费梯子、免费trojan节点、蓝灯、谷歌商店、翻墙梯子、安卓VPN、iphone翻墙节点、iphone vpn、一键翻墙浏览器、节点分享、免费SSR、蓝灯、谷歌商店、V2ary免费节点、代理、proxy代理科学上网、TG代理、电报代理、Telegram代理、ip加速、翻墙软件、socks5、破解VPN、机场推荐、节点订阅、破解VPN
Stars: ✭ 525 (+390.65%)
Mutual labels:  vpn
docker-tinc
A docker image to run tinc vpn 🐳
Stars: ✭ 18 (-83.18%)
Mutual labels:  vpn
wirelink
Experimental P2P configuration plane for Wireguard
Stars: ✭ 16 (-85.05%)
Mutual labels:  vpn
android
Android eduVPN application
Stars: ✭ 80 (-25.23%)
Mutual labels:  vpn
desktop-app-daemon
Official IVPN Desktop app (service)
Stars: ✭ 34 (-68.22%)
Mutual labels:  vpn

VPNStatus

VPNStatus, a replacement for macOS builtin VPN Status

Blog post

https://blog.timac.org/2018/0719-vpnstatus/

Description

VPNStatus, an application that replicates some functionalities of macOS built-in VPN status menu:

  • list the VPN services and their status
  • connect to a VPN service
  • disconnect from a VPN service
  • possibility to auto connect to a VPN service if the application is running

Retry Delay

VPNStatus tries to reconnect to the VPN every 120s by default. You can change this value using a secret preference. To change the retry delay to 30s:

  • Quit VPNStatus
  • Run this command in a Terminal window:
defaults write org.timac.VPNStatus AlwaysConnectedRetryDelay -int 30

Ignored SSIDs

VPNStatus can optionally ignore one or more SSIDs, such that services are not autoconnected when the current Wi-Fi SSID is on the ignored list.

To set the list of ignored SSIDs:

  • Quit VPNStatus
  • Run this command in a Terminal window:
defaults write org.timac.VPNStatus IgnoredSSIDs "OneSSID,SecondSSID,Third SSID"

With the above example, if the current Wi-Fi network SSID is OneSSID, SecondSSID, or Third SSID, then the VPN will not autoconnect.

If the Wi-Fi network SSID is, say, FourthSSID, the VPN service will autoconnect, because it is not on the list.

Note that SSIDs are case-sensitive.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].