iphone使用mac上的SOCKS代理

Step 1. Make sure the SOCKS tunnel on your work computer allows LAN connections so your iPhone/iPod Touch can connect to it.

ssh -N -g -D 1080 [email protected]

Step 2. Create a text file and insert the following code:

function FindProxyForURL(url, host)
{
     return "SOCKS 192.168.xx.xx:yyyy";
}

Replace the x‘s with your IP and the y‘s with the port you used after the -D in your SSH command

Step 3. Save the text file as a Proxy Auto-Config (PAC) file to a web accessible place with a .pac extension.

If you‘re reading this chances are you know how to serve a file over HTTP on your work LAN, so I won‘t delve into that.

Step 4. Finally, on your iPhone/iPod Touch, go to Settings>Wifi and click the blue arrow to the right of your work network. Scroll to the bottom, click Auto and type in the address to your PAC file (e.g. http://192.168.xx.xx/mysupersecretproxy.pac).

时间: 2024-10-31 05:47:41

iphone使用mac上的SOCKS代理的相关文章

如何在iPhone、iPad和Mac上共享Notes应用文件夹

iOS 13带来了许多变化,其中一些变化比其他变化更重要.虽然许多人都赞扬了黑暗模式和经过改进的Maps App,但细微的变化吸引了我的眼球.其中一项功能是在Notes应用程序上共享文件夹.为了告诉您一些有关此应用程序的信息,很长时间以来,我一直在使用iPhone甚至Mac 上的股票Notes应用程序作为主要的笔记应用程序.因此,我很欣赏此功能.因此,在本文中,您将发现如何在iPhone和iPad上共享Notes应用程序文件夹. 在我看来,Apple Notes应用程序虽然功能强大且简单,但却被

百度云管家使用socks代理无法上传下载解决办法

像前几篇随笔描述的那样,笔者在学校里通过shadowsocks使用ipv6访问双栈vps来免费使用外网,但是在设置百度云管家的代理时发现:使用socks代理客户端可以访问文件列表,但是无法上传下载. 问题解决方法:下载使用http代理privoxy软件,只需要在主要配置文件里边加一行 forward-socks5 / 127.0.0.1:1080 . 保存即可. 这样privoxy就开始在127.0.0.1:8118端口代理http流量(通过将流量通通转发到我们以前安装过的shadowsocks

Mac上实现ProxyChains-NG终端代理

附上官方网站,可以自行查看:https://github.com/rofl0r/proxychains-ng 操作步骤如下: 1.在终端上用brew 安装ProxyChains-NG brew install proxychains-ng 2.对ProxyChains-NG进行配置 找到proxychains.conf文件所在的路径(/usr/local/etc/) 打开文件,在末尾找到 [ProxyList], 把默认的代理地址和端口注释掉,再添加自己的socks代理(这里用我自己的做示范):

iPhone连接到Mac上叮叮叮断断续续响个不停的解决办法

一.推荐方式 1.让iPhone和Mac通过数据线连接(对,就是连着) 2.打开终端,执行如下命令: sudo killall -STOP -c usbd 3.一分钟内,iPhone即可连上Mac 二.手动操作 1.让iPhone和Mac通过数据线连接(对,就是连着) 2.打开 活动监视器 3.找到 usbd 进程,选中并停止,再点击强制退出 4.一分钟内,iPhone即可连上Mac 理论上所有苹果设备都可以用以上操作执行成功 2020.04.05亲测有效 原文地址:https://www.cn

Mac Aria2 使用Privoxy将socks代理转化为http代理

安装Privoxy 打开终端安装privoxy来实现这里我是通过brew来进行的安装 brew install privoxy 看到这行已经安装成功 ==> Caveats To have launchd start privoxy at login: ln -sfv /usr/local/opt/privoxy/*.plist ~/Library/LaunchAgents Then to load privoxy now: launchctl load ~/Library/LaunchAgen

两款 Mac 上知名的防休眠工具:Caffeine 和 Amphetamine

本文标签: Mac效率工具 Mac小工具 Caffeine Amphetamine Mac在停止操作一段时间之后会进入休眠状态.倘若在演示 Keynote 时突遭黑屏,或者在播放电影中忽然罢工,都说明你的 Mac 已经昏昏欲睡了,同人一样,喝咖啡和吃兴奋剂都能让 Mac奋起工作不罢工. 今天要介绍的是两款 Mac 上知名的防休眠工具:Caffeine 和 Amphetamine. Caffeine, 一杯咖啡解困乏 Caffeine是 OS X 上最富盛名的防休眠工具,Caffeine 就是我们

BadVPN详解之--始记:透明socks代理与tun2socks

上周六晚上闲来无事跟以前的同事聊天,问之最近有没有接触到什么比较好玩的技术,答曰tun2socks.这个正合我的胃口,我所谓的好玩的技术是那种简单,有用的技术点或者技术框架,能在10分钟内领略其原理和思想,能在20分钟内跑起来,能在半天内彻底剖析它的结构,能在此后很久的时间受益无穷.OpenVPN就是这样的"好玩"的东西,网卡点灯也算,tun2socks是另一个,当然还有一个更好玩的,那就是BadVPN,我要在另外的文章中单独介绍.本文先来介绍tun2socks,它其实是BadVPN的

吸收效果,像是在Mac上的垃圾桶的效果一样

1 #import "AppDelegate.h" 2 #import <QuartzCore/QuartzCore.h> 3 4 @interface AppDelegate () 5 @property (nonatomic ,strong)UIImageView *birdImage; 6 @end 7 8 @implementation AppDelegate 9 10 - (BOOL)application:(UIApplication *)application

mac 上运行cassandra出现的java.net.MalformedURLException: Local host name unknown: java.net.UnknownHostException: : : unknown error错误解决方法

运行: ./bin/cassandra 得到输出结果: objc[1881]: Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/bin/java and /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/jre/lib/libinstrument.d