Skip to content
Snippets Groups Projects
Commit f4352f79 authored by Zi Guang's avatar Zi Guang
Browse files

release v0.1b

parent e508fe14
No related branches found
No related tags found
No related merge requests found
......@@ -10,12 +10,11 @@ COPY sources.list /etc/apt/sources.list
RUN apt update && add-apt-repository ppa:mark-pcnetspec/gksu && apt update
RUN apt update ; apt install -y libssl1.0.0 wget qt4-default libqtwebkit-dev gksu # shadowsocks
ARG url_alilang=http://1.ali.recolic.org:25580/alilang.deb
ARG url_delegate=http://1.ali.recolic.org:25580/linux2.6-dg9_9_13.tar.gz
COPY pkgs/alilang.deb /
COPY pkgs/linux2.6-dg9_9_13.tar.gz /
WORKDIR /
RUN wget "${url_alilang}" -O alilang.deb && wget "${url_delegate}" -O linux2.6-dg9_9_13.tar.gz && \
apt install -y ./alilang.deb && tar xvzf linux2.6-dg9_9_13.tar.gz && \
RUN apt install -y ./alilang.deb && tar xvzf linux2.6-dg9_9_13.tar.gz && \
rm alilang.deb linux2.6-dg9_9_13.tar.gz
COPY entry_r.sh /entry_r.sh
......
# Alilang in docker
## Usage
1. Run the image.
```
docker build -t recolic/alilang -f Dockerfile .
docker run -tid -p 25568:80 -p 25569:1080 -v /dev/shm:/dev/shm recolic/alilang
```
2. Visit http://localhost:25568 and launch alilang. You may just launch a terminal and type `alilang`.
Login and enable the VPN.
3. Use localhost:25569 as socks5 proxy server.
4. Enjoy!
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment