Code Monkey home page Code Monkey logo

shadowsocksfree's Introduction

ShadowsocksFree

Language

Data Source: ishadowsocks

Made by Love.

carthage update --no-use-binaries --platform ios

2018-4-23

现在,您可以使用 ShadowsocksFree 链接其中的 Shadowsocks 节点。

相关代码 copy 自 yichengchen/RabbitVpnDemo

核心框架使用开源的 zhuhaow/NEKit

 App Store

2017.12.14: 加州审核团队的电话通知

  1. 国区开发者即使选择非国区上架也是违反国家法律的,准确的说 Shadowsocks 的用户就是大陆用户,所以涉及到的其账户都是不合国内法律的;
  2. Shadowsocks 属于 Open source,作为非开发维护人员不应该使用这个名称,所以名字更改为 '1/4DSSA',但是由于 '1' 还是没有办法上架。

LICENSE

你可以在 SATA-LICENSE 下自由使用本项目。

解决打包上传时遇到的 CFBundleShortVersionString 问题

defaults write "$PWD/Carthage/Build/iOS/NEKit.framework/Info.plist" CFBundleShortVersionString 0.2.0
defaults write "$PWD/Carthage/Build/iOS/NEKit.framework.dSYM/Contents/Info.plist" CFBundleShortVersionString 0.2.0

shadowsocksfree's People

Contributors

chengluffy avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

shadowsocksfree's Issues

NEProxySettings

您好,请教个问题,我在使用NEVPNManager开发个人VPN,连接都是正常的。我想用NEProxySettings配置某些域名绕开代理,比如VPN APP的服务器,否则打开VPN的时候,APP内接口响应太慢了。但是代理配置好像不起作用,VPN APP请求接口还是走了代理。代码如下:
`NEVPNProtocolIKEv2 *vpnProtocollIKEv2 = [[NEVPNProtocolIKEv2 alloc] init];

NEProxySettings *proxySettings = [[NEProxySettings alloc] init];

NEProxyServer *httpsServer = [[NEProxyServer alloc] initWithAddress:"xxx.xxx.xx.xxx" port: 65535];

proxySettings.HTTPSServer = httpsServer;

NEProxyServer *httpServer = [[NEProxyServer alloc] initWithAddress:"xxx.xxx.xx.xxx" port:65535];

proxySettings.HTTPServer = httpServer;

proxySettings.autoProxyConfigurationEnabled = NO;

proxySettings.excludeSimpleHostnames = YES;

proxySettings.HTTPEnabled = YES;

proxySettings.HTTPSEnabled = YES;

proxySettings.exceptionList = @[@"APP服务器域名"];

vpnProtocollIKEv2.proxySettings = proxySettings;`

我这里NEProxyServer填写的是VPN服务器,这里有个疑问,NEProxyServer指定的是VPN服务器,还是需要另外搭建代理服务器?

我也尝试过使用pac文件,但是也不起作用:

`NEProxySettings *set = [[NEProxySettings alloc] init];

set.autoProxyConfigurationEnabled = YES;

set.proxyAutoConfigurationURL = [NSURL URLWithString:@"https://zxkw.oss-cn-hangzhou.aliyuncs.com/vpn-

app/KHTProxyAutoConfiguration.pac"];

//set.proxyAutoConfigurationJavaScript = @"function FindProxyForURL(url, host) { return "DIRECT";}";`

也尝试过使用GCDWebServer搭建本地服务器,也不起作用,不知道哪里出了问题,烦请指导一下,谢谢

Unable to determine Swift version for the following pods:

[!] Unable to determine Swift version for the following pods:

  • ICSMainFramework is integrated by multiple targets that use a different Swift version: Potatso (Swift 4.0), TodayWidget (Swift 5.0), PotatsoLibrary (Swift 5.0), and PotatsoLibraryTests (Swift 5.0).
  • RealmSwift is integrated by multiple targets that use a different Swift version: Potatso (Swift 4.0), TodayWidget (Swift 5.0), PotatsoLibrary (Swift 5.0), and PotatsoModel (Swift 5.0).
  • SwiftColor is integrated by multiple targets that use a different Swift version: Potatso (Swift 4.0) and TodayWidget (Swift 5.0).

[!] 'LibYAML' uses the unencrypted 'http' protocol to transfer the Pod. Please be sure you're in a safe network with only trusted hosts. Otherwise, please reach out to the library author to notify them of this security issue.

[!] 'Reveal-iOS-SDK' uses the unencrypted 'http' protocol to transfer the Pod. Please be sure you're in a safe network with only trusted hosts. Otherwise, please reach out to the library author to notify them of this security issue.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.