Turn any Linux computer into SOCKS5 proxy in one command
分类:
系统相关 时间:
2014-11-12 13:33:02
阅读次数:
627
Chrome更新过后不支持安装本地插件了,但是没有proxy的情况下又不能访问Chrome商店,这样就形成了一个死循环;可以使用命令行启动的方式为Chrome设置proxy,命令行中输入:chrome执行程序--proxy-server="socks5://localhost:1080"
分类:
其他好文 时间:
2014-09-30 09:42:12
阅读次数:
180
/**
* Sets the port of the local Socks5 proxy. Default is 7777. If you set the port to a negative
* value Smack tries the absolute value and all following until it finds an open port.
...
分类:
其他好文 时间:
2014-09-07 03:18:54
阅读次数:
250
/**
* Sets the port of the local Socks5 proxy. Default is 7777. If you set the port to a negative
* value Smack tries the absolute value and all following until it finds an open port.
...
分类:
其他好文 时间:
2014-09-07 03:18:44
阅读次数:
207