All Projects → liuyibao → socks-proxy

liuyibao / socks-proxy

Licence: other
优雅访问国外技术网站 方便程序员学习 按时收费 不用不花钱

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to socks-proxy

Wg Install
Wireguard road warrior installer for Ubuntu, Debian, CentOS and Fedora
Stars: ✭ 99 (+560%)
Mutual labels:  fast, vpn
warpy
A command-line program to get WARP+ as WireGuard written in python
Stars: ✭ 57 (+280%)
Mutual labels:  vpn
node-perj
A fast, flexible JSON logger.
Stars: ✭ 16 (+6.67%)
Mutual labels:  fast
MQTT VPN
IP over MQTT for ESP controllers and Linux
Stars: ✭ 95 (+533.33%)
Mutual labels:  vpn
addon-tailscale
Tailscale - Home Assistant Community Add-ons
Stars: ✭ 47 (+213.33%)
Mutual labels:  vpn
skywire
Skywire Node implementation
Stars: ✭ 60 (+300%)
Mutual labels:  vpn
ultra-sort
DSL for SIMD Sorting on AVX2 & AVX512
Stars: ✭ 29 (+93.33%)
Mutual labels:  fast
validid
A Javascript library to validate ID card numbers of China, Taiwan, Hong Kong and South Korea
Stars: ✭ 37 (+146.67%)
Mutual labels:  hongkong
desktop-app-cli
Official IVPN command-line interface (CLI)
Stars: ✭ 18 (+20%)
Mutual labels:  vpn
cortexm-AES
high performance AES implementations optimized for cortex-m microcontrollers
Stars: ✭ 18 (+20%)
Mutual labels:  fast
duckphp
PHP框架,PHP Framework. keep PHP simple and fast. Laravel larva and Smarty is evil
Stars: ✭ 125 (+733.33%)
Mutual labels:  fast
wgctl
Utility to configure and manage your WireGuard tunnels
Stars: ✭ 59 (+293.33%)
Mutual labels:  vpn
laravel-mail-aliyun
📧 Aliyun DrirectMail Transport for Laravel Application.
Stars: ✭ 69 (+360%)
Mutual labels:  aliyun
bytemine-manager
platform-independent, multilingual Java desktop-application for intuitive and easy management of your OpenVPN servers
Stars: ✭ 30 (+100%)
Mutual labels:  vpn
osprey-delight
Osprey Delight is the free-minded artist's choice for a clutter-free and blazingly fast single-page portfolio.
Stars: ✭ 43 (+186.67%)
Mutual labels:  fast
wireguard config maker
Simple Java program to create wireguard client config files
Stars: ✭ 51 (+240%)
Mutual labels:  vpn
InvisibleMan-VPNClient
Free premium PPTP VPN
Stars: ✭ 24 (+60%)
Mutual labels:  vpn
HArray
Fastest Trie structure (Linux & Windows)
Stars: ✭ 89 (+493.33%)
Mutual labels:  fast
zero-ui
ZeroUI - ZeroTier Controller Web UI - is a web user interface for a self-hosted ZeroTier network controller.
Stars: ✭ 432 (+2780%)
Mutual labels:  vpn
droidovpn
An unofficial VPN Gate client for Android.
Stars: ✭ 65 (+333.33%)
Mutual labels:  vpn

项目介绍

大家都知道香港虚拟机价格比较贵, 这个程序是使用阿里云提供的api创建按时收费实例,随用随开,用完即销,可以节省大量费用.

PHP要求

PHP 5.3+ (Mac已默认安装PHP, Ubuntu用户请使用apt安装php: apt install php)

安装说明

1.下载socks-proxy.phar并添加执行权限

socks-proxy.phar

chmod u+x ./socks-proxy.phar

2.配置阿里云key, secret 及 服务器默认ROOT密码

./socks-proxy config

3.创建虚拟机

#查看有哪些机器
./socks-proxy.phar list

#创建一台机器
./socks-proxy.phar create

#创建代理端口
./socks-proxy.phar listen

#关闭机器
./socks-proxy.phar stop

#销毁机器 一定要先关闭,销毁后阿里云不会收费
./socks-proxy.phar destroy

4.关于本地端口代理的配置

mac系统在 设置 网络 高级设置 代理 里配置socks代理, 代理地址是127.0.0.1, 端口是10000

或者在Chrome浏览器里装一个插件,SwitchyOmega, 同样是配置socks代理,仅供Chrome使用

Ubuntu或其它linux下类似

目前不支持Windows, windows下配置比较麻烦

5.不用了记住一定要先关闭,再销毁;下次用的时候再创建一个;不然阿里云会一直扣费的

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].