A fully functional iOS SOCKS5 proxy server application based on the microsocks project.
- Real-time upload/download speed display
- Cumulative traffic statistics
- Human-readable data units (B/KB/MB/GB)
- Real-time connection status monitoring
- Colored log display (success/warning/error)
- Auto-scroll to latest logs
- Maximum 1000 lines of log history
- Supports iOS background mode
- Uses silent audio to keep app running in background
- Does not interfere with other apps' audio playback
- Clone the project:
git clone --recursive https://github.com/Nanako0129/iOS-SOCKS-Server.git
- Open Xcode project:
- Open
SOCKS.xcodeproj
- Select your developer account for signing
- Modify Bundle Identifier to your own
- Deploy to device:
- Connect your iOS device to computer
- Select your device in Xcode
- Click run button to compile and install
- Launch the application
- Wait for IP address and port display (default port 9876)
- Configure SOCKS5 proxy on devices that need proxy:
- Proxy server: (displayed IP address)
- Port: (displayed port)
- No authentication required
- This app requires devices to be on the same WiFi network or personal hotspot
- Due to iOS limitations, app must remain active in foreground or background
- Not recommended for App Store distribution due to potential policy violations
This project is licensed under MIT License - see LICENSE file
This project is a fork of nneonneo/socks5-ios. Special thanks to Robert Xiao (nneonneo) for the original implementation.
Based on rofl0r/microsocks
一個功能完整的 iOS SOCKS5 代理伺服器應用程式,基於 microsocks 專案開發。
- 即時上傳/下載速度顯示
- 累計流量統計
- 人性化的資料單位顯示(B/KB/MB/GB)
- 即時連線狀態監控
- 彩色化的日誌顯示(成功/警告/錯誤)
- 自動捲動至最新日誌
- 最多保留1000行日誌記錄
- 支援 iOS 背景模式
- 使用無聲音訊保持應用程式在背景運作
- 不影響其他應用程式的音訊播放
- Clone 專案:
git clone --recursive https://github.com/Nanako0129/iOS-SOCKS-Server.git
- 開啟 Xcode 專案:
- 打開
SOCKS.xcodeproj
- 選擇你的開發者帳號進行簽署
- 修改 Bundle Identifier 為你自己的識別碼
- 部署到設備:
- 將 iOS 設備連接到電腦
- 在 Xcode 中選擇你的設備
- 點擊執行按鈕進行編譯和安裝
- 啟動應用程式
- 等待顯示 IP 位址和連接埠(預設為 9876)
- 在需要使用代理的裝置上設定 SOCKS5 代理:
- 代理伺服器: (顯示的 IP 位址)
- 連接埠: (顯示的連接埠)
- 不需要認證
- 此應用程式需要在同一個 WiFi 網路或個人熱點下使用
- 由於 iOS 的限制,應用程式必須保持在前景或背景執行
- 不建議透過 App Store 發布,因為可能違反相關政策
此專案使用 MIT 授權條款 - 詳見 LICENSE 檔案
本專案修改自 nneonneo/socks5-ios,特別感謝 Robert Xiao (nneonneo) 開發的原始版本。
基於 rofl0r/microsocks 開發