/sshTunnel-ios

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

Primary LanguageSwift

SSH Tunnel (iOS and Mac) SwiftUI

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

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 :) ❤️