houmie / Tun2SocksKit

Tun2Socks framework repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tun2SocksKit

This repository is a wrapper and a build workflow for hev-socks5-tunnel

Usage

import Tun2SocksKit

Socks5Tunnel.run(withFileDescriptor: 4, configFilePath: localConfigFileURL.path(percentEncoded: false))

Config

tunnel:
  mtu: 9000

socks5:
  port: 7890
  address: ::1
  udp: 'udp'

misc:
  task-stack-size: 20480
  connect-timeout: 5000
  read-write-timeout: 60000
  log-file: stderr
  log-level: debug
  limit-nofile: 65535

About

Tun2Socks framework repository


Languages

Language:Swift 76.4%Language:C 23.6%