GitXplorerGitXplorer
h

sshTunnel-ios

public
20 stars
7 forks
2 issues

Commits

List of commits on branch main.
Unverified
270e9f47c4c8aea73827cfb74d406eb6868c4b60

add readme

hhossinasaadi committed a year ago
Unverified
c5f77ce3b5db8ab8e5b2f10a7771db86e3190db0

add xcwrokplace

hhossinasaadi committed a year ago
Unverified
cc3c41e502143383ca1b51358c67503c69431cef

init

hhossinasaadi committed a year ago
Unverified
53da43d518d642dbecefe77ba294230805c06433

init

hhossinasaadi committed a year ago
Unverified
288f98c46172e1288a17e8bdab353561a63e5db3

Initial Commit

hhossinasaadi committed a year ago

README

The README file for this repository.

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