-
Notifications
You must be signed in to change notification settings - Fork 485
How To Test Beta Version
clowwindy edited this page Aug 11, 2015
·
9 revisions
- Send your iOS 9 device's UDID to https://twitter.com/clowwindy (limit: 100 people)
- Set up ShadowVPN on your server
-
Set MTU to 1350 or lower on your server. If you have changed MTU, run
iptables -t mangle -F
before restarting ShadowVPN - Download ShadowVPN on iOS and configure
- Set MTU to the same value as your server on your phone
- Make sure client and server IP are in the same subnet
- Leave User Token field empty if you don't want to test the NAT feature
- If CHNRoutes doesn't work, try to turn it off
- If you use CHNRoutes, set DNS to
8.8.8.8,114.114.114.114
(a China DNS + a foreign DNS) - If you don't use CHNRoutes, set DNS to
8.8.8.8
(foreign only) - Try
tcpdump port your_UDP_port
andtcpdump -i tun0
on your server to check if anything is wrong - You can also check logs on your device using Xcode->Window->Devices
- ShadowVPN for iOS is beta and may have a lot of bugs. Please report problems to issues. Please include screenshots if possible.