Proxy and DNS Server on iOS
Go to file
Ricky Zhang 923c0e15c9 Changed Bonjour registraion failure callback
- It used to stop all servers if socks5 Bonjour registration fails. Now it only
  prints out the error. Because the proxy service discovery is not essential in
  proxy configuration. We have to manually set AUTOMATIC proxy in iDevices anyway.

Signed-off-by: Ricky Zhang <rickyzhang@gmail.com>
2022-06-19 19:19:35 -04:00
AncillaryCode Removed outdated background app related logic. 2019-07-06 00:49:54 -04:00
NSLogger Update NSLogger dependencies. 2022-06-19 13:54:32 -04:00
Resources Fixed for iOS14 privacy change. 2021-01-18 17:10:37 -05:00
Tethering.xcodeproj Update NSLogger dependencies. 2022-06-19 13:54:32 -04:00
ttdnsd Remove unused constant variables which have conflicts with iOS 11 sdk. 2017-09-19 22:14:44 -04:00
WebServer Show automatic proxy URL. 2019-07-05 23:24:03 -04:00
.gitignore Add xarchive to store ipa file 2015-08-12 21:11:59 -04:00
ColorC.h Simplify UIColor RGB mapping function 2015-08-16 19:21:01 -04:00
ColorC.mm Simplify UIColor RGB mapping function 2015-08-16 19:21:01 -04:00
COPYING.txt Init repo. Fix couple obj-c warnings. Resize iPhone 5 view size. 2013-11-03 15:19:45 -05:00
Main.storyboard Added support for all iOS device sizes & slightly prettier interface 2016-08-13 23:44:10 -04:00
MOButton.h Refactor code to enable ARC. 2013-11-16 01:58:33 -05:00
MOButton.mm Refactor code to enable ARC. 2013-11-16 01:58:33 -05:00
MOGlassButton.h Refactor code to enable ARC. 2013-11-16 01:58:33 -05:00
MOGlassButton.mm Fix icon, cleanup code 2016-08-14 21:33:43 -04:00
myipaddr.c Init repo. Fix couple obj-c warnings. Resize iPhone 5 view size. 2013-11-03 15:19:45 -05:00
myipaddr.h Init repo. Fix couple obj-c warnings. Resize iPhone 5 view size. 2013-11-03 15:19:45 -05:00
README.md Add Come Back Alive charity 2022-04-21 12:04:06 -04:00
SocksProxy_Prefix.pch Remove NSLog. 2016-07-21 14:07:10 -04:00
SocksProxy.h Refactor code to enable ARC. 2013-11-16 01:58:33 -05:00
SocksProxy.mm 1. Extract readRemoteReceiveNetwork method. 2016-07-25 19:36:10 -04:00
SocksProxyController.h Changed Bonjour registraion failure callback 2022-06-19 19:19:35 -04:00
SocksProxyController.mm Changed Bonjour registraion failure callback 2022-06-19 19:19:35 -04:00
UIDevice_Extended.h Init repo. Fix couple obj-c warnings. Resize iPhone 5 view size. 2013-11-03 15:19:45 -05:00
UIDevice_Extended.mm Enables support for bridge interfaces. 2019-07-03 19:37:07 -04:00

This iOS App was forked from an abandoned project. The current goal is to make this iOS App great again. Please read my user guide.

Protecting the World against the tyranny

Please consider making your donation to the National Bank of Ukraine. The fundraiser National Bank of Ukraine or NBU is the central bank of Ukraine. You could help freedom fighters and Ukrainian civilians in humanitarian crisis:

If you are against funding bombs and arms, you could also donate to Come Back Alive Charity which helps the Ukrainian armed forces with defense including medical assistance and rehabilitation. The organization is transparent with the donation and its spending.

Thank you for your support.

Ricky

Change log


Release V1.8

  • Added a request to access local wifi network. Please enable it in your privacy setting.
  • Added infos of Bonjour services for socks5, http PAC files, NSLogger.

Release V1.7

  • Add unlimited background. Feel free to close screen to save battery. Thanks @bsuh for his patch.
  • Finally, we have a pull request to change ugly UI to a new modern look. Thanks @rickybloomfield for his patch.

Release V1.6

  • Fix problem when remote network is faster than local network. Thanks @optimoid and @bsuh for their patch and bug report.
  • Refactor socks proxy message debug log.

Release V1.5

  • Refactor DNS message log
  • Verify compatible with iOS 9.3

Release V1.4

  • Support iPad tethering. Add http server to host socks.pac file
  • Fix several memory leak issues.

Release V1.3

  • Update NSLogger API compatible with iOS 8

Release V1.2

  • Convert xib to storyboard
  • Fix Failed to compile: ttdnsd_platform.h not found error

Release V1.1

  • Fix retrieve wifi IP address bug.
  • Replace naive logging with NSLogger logging API
  • Enable ARC and use modern Objective-C literal

Release v1.0.

  • Support DNS server and Socks5 proxy server.
  • Fix crash problem when wifi is not connected.
  • Listenning socket reuse address and port if previous TCP connection in TIME_WAIT state.