An open API service indexing awesome lists of open source software.

https://github.com/javanile/proxy

Official Javanile Proxy
https://github.com/javanile/proxy

Last synced: 3 months ago
JSON representation

Official Javanile Proxy

Awesome Lists containing this project

README

        

# Javanile Proxy

```text
US Proxy - IP 74.208.245.19
```

## Install

Preparing server

```shell
curl get.bpkg.sh | ssh [email protected]
```

Install proxy server

```shell
ssh [email protected] bpkg install javanile/proxy
```

Install from source (not required)

```shell
git clone https://github.com/javanile/proxy.git /opt/proxy
cd /opt/proxy
make start
```

## Reload

```shell
ssh [email protected] bash -c "cd /opt/proxy && make reload"
```