Skip to content

a swiftUI app with support ssh tunnel (proxy) with udpgw (badvpn) for mac and ios

Notifications You must be signed in to change notification settings

hossinasaadi/sshTunnel-ios

Repository files navigation

SSH Tunnel (iOS and Mac) SwiftUI

sshTunnel is a swiftUI application that support tunnel through ssh with udp gateway (udpgw)

AppStore : SSH VPN - Client for SSH

used libs :

SSH Go for Mobile : ssh-go

BadvpnSwift : BadvpnSwift

set ssh server parameters :

edit PacketTunnelProvider.swift

let localSocks = "127.0.0.1:10801"
let sshAddress = "1.1.1.1:22"
let sshUser = "root"
let sshPass = "1234"

// udpgw port is 7300 change if you needs
let udpGwRemote = "1.1.1.1:7300"

feel free to Contribute :) ❤️

About

a swiftUI app with support ssh tunnel (proxy) with udpgw (badvpn) for mac and ios

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published