GitXplorerGitXplorer
h

sshTunnel-ios

public
20 stars
7 forks
2 issues

Commits

List of commits on branch main.
Verified
9475dec8fde6293d42219e562c755ba5c9aceaf1

Update README.md

hhossinasaadi committed 8 months ago
Unverified
e1ae5298a497f1dcd933c2d095e57fa2470da7b8

Merge branch 'main' of https://github.com/hossinasaadi/sshTunnel-ios into main

hhossinasaadi committed a year ago
Unverified
7a47932e5788f85e032c529882446b77067766c4

add BadVpnSwift submodule

hhossinasaadi committed a year ago
Unverified
35368bafd8ba5dee2ca8db6923f69ac14f89d5b5

remove badvpnSwift

hhossinasaadi committed a year ago
Verified
caff8e0147c0e0148a4a2b15f5c6698a35d7155a

Update README.md

hhossinasaadi committed a year ago
Unverified
5010022eeab03cb67e385100771d75224c7cdee8

add BadVpnSwift

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