Skip to content

Commit

Permalink
misc to misc dir
Browse files Browse the repository at this point in the history
  • Loading branch information
taoso committed May 23, 2021
1 parent 1fd2335 commit b4b9ee0
Show file tree
Hide file tree
Showing 21 changed files with 841 additions and 1,375 deletions.
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
# Binaries for programs and plugins
.idea/
anylink-deploy
ui

anylink
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
MIT License

Copyright (c) 2021 go-kiss
Copyright (c) 2020 bjdgyc

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ AnyLink 基于 [ietf-openconnect](https://tools.ietf.org/html/draft-mavrogiannop

## Screenshot

![online](screenshot/online.jpg)
![online](misc/screenshot/online.jpg)

## Installation

Expand Down Expand Up @@ -158,10 +158,10 @@ iptables -t nat -A POSTROUTING -s 192.168.10.0/24 -o eth0 -j MASQUERADE
<details>
<summary>展开查看</summary>

![system.jpg](screenshot/system.jpg)
![setting.jpg](screenshot/setting.jpg)
![users.jpg](screenshot/users.jpg)
![ip_map.jpg](screenshot/ip_map.jpg)
![group.jpg](screenshot/group.jpg)
![system.jpg](misc/screenshot/system.jpg)
![setting.jpg](misc/screenshot/setting.jpg)
![users.jpg](misc/screenshot/users.jpg)
![ip_map.jpg](misc/screenshot/ip_map.jpg)
![group.jpg](misc/screenshot/group.jpg)

</details>
2 changes: 1 addition & 1 deletion Dockerfile → misc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN cd /anylink/server;go build -o anylink -ldflags "-X main.COMMIT_ID=$(git rev

# anylink
FROM alpine
LABEL maintainer="github.com/bjdgyc"
LABEL maintainer="github.com/go-kiss"

ENV IPV4_CIDR="192.168.10.0/24"

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/bash
version=(`wget -qO- -t1 -T2 "https://api.github.com/repos/bjdgyc/anylink/releases/latest" | grep "tag_name" | head -n 1 | awk -F ":" '{print $2}' | sed 's/\"//g;s/,//g;s/ //g'`)
version=(`wget -qO- -t1 -T2 "https://api.github.com/repos/go-kiss/anylink/releases/latest" | grep "tag_name" | head -n 1 | awk -F ":" '{print $2}' | sed 's/\"//g;s/,//g;s/ //g'`)
count=(`ls anylink | wc -w `)
wget https://github.com/bjdgyc/anylink/releases/download/${version}/anylink-deploy.tar.gz
wget https://github.com/go-kiss/anylink/releases/download/${version}/anylink-deploy.tar.gz
tar xf anylink-deploy.tar.gz
rm -rf anylink-deploy.tar.gz
if [ ${count} -eq 0 ]; then
Expand Down Expand Up @@ -34,4 +34,4 @@ elif [[ ${mode} == password ]];then
fi
elif [[ ${mode} -eq jwt ]];then
/anylink/anylink -secret
fi
fi
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
7 changes: 0 additions & 7 deletions question.md

This file was deleted.

Loading

0 comments on commit b4b9ee0

Please sign in to comment.