Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker-alilang-vpn
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Recolic
docker-alilang-vpn
Commits
f4352f79
There was an error fetching the commit references. Please try again later.
Commit
f4352f79
authored
5 years ago
by
Zi Guang
Browse files
Options
Downloads
Patches
Plain Diff
release v0.1b
parent
e508fe14
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+3
-4
3 additions, 4 deletions
Dockerfile
README.md
+18
-0
18 additions, 0 deletions
README.md
with
21 additions
and
4 deletions
Dockerfile
+
3
−
4
View file @
f4352f79
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
README.md
0 → 100644
+
18
−
0
View file @
f4352f79
# 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!
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment