-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server Config #1
Comments
I edited all the settings in now when i press connect, it says connected, then it quickly switches to disconnected, here is my log: 2018-06-02 14:17:03.613156+0100 AntiRevoke[1508:296701] [LayoutConstraints] Unable to simultaneously satisfy constraints. Will attempt to recover by breaking constraint Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger. Will attempt to recover by breaking constraint Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger. |
Hi Ben, As previously discussed in direct messages you do not need to change the PacketTunnel you only need to change VPNmanager, the IP should stay as 8.8.8.8, if you go to google and type what's my ip if you set it up correctly you should see an IP change. If not you'll have to edit a tiny piece of code in PacketTunnel which will redirect through the proxy router |
Hi, i made the match domains [""] left 8.8.8.8 as it is, and even used https://my.ishadowx.net Still doesn't work, As a last attempt before contacting you again, i tried replacing 8.8.8.8 with the hostname from https://my.ishadowx.net - still didnt work, i even tried using the IP instead of host name, (i got it by pinging the hostname) not working. Could you try seeing if you can get yours to work on your computer, it might be my computer being weird. |
Weird, i think it is sort of working, this is the log from the server: 2018-06-03 02:01:04 DEBUG destroy howver IP unchanged |
Hello, i am trying to use my own server, however when i modify the file:
VpnManager.swift
with my own IP, port etc for my Shadow socks proxy server. It builds fine, no errors. But when i go to connect, my ip is unchangedI also noticed that in settings -> vpn -> AntiRevoke, the server field is 8.8.8.8
could you tell me what i need to do in order to have this connect to my proxy?
Thanks!
The text was updated successfully, but these errors were encountered: