mirror of https://github.com/bjdgyc/anylink.git
commit
64fc4d082e
20
README.md
20
README.md
|
@ -30,6 +30,16 @@ AnyLink 服务端仅在 CentOS 7、Ubuntu 18.04 测试通过,如需要安装
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## Donate
|
||||||
|
|
||||||
|
> 如果您觉得 anylink 对你有帮助,欢迎给我们打赏,也是帮助 anylink 更好的发展。
|
||||||
|
>
|
||||||
|
> [查看打赏列表](doc/README.md)
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<img src="doc/screenshot/wxpay2.png" width="400" />
|
||||||
|
</p>
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
> 没有编程基础的同学建议直接下载 release 包,从下面的地址下载 anylink-deploy.tar.gz
|
> 没有编程基础的同学建议直接下载 release 包,从下面的地址下载 anylink-deploy.tar.gz
|
||||||
|
@ -271,16 +281,6 @@ sh bridge-init.sh
|
||||||
|
|
||||||
请前往 [问题地址](doc/question.md) 查看具体信息
|
请前往 [问题地址](doc/question.md) 查看具体信息
|
||||||
|
|
||||||
## Donate
|
|
||||||
|
|
||||||
> 如果您觉得 anylink 对你有帮助,欢迎给我们打赏,也是帮助 anylink 更好的发展。
|
|
||||||
>
|
|
||||||
> [查看打赏列表](doc/README.md)
|
|
||||||
|
|
||||||
<p>
|
|
||||||
<img src="doc/screenshot/wxpay2.png" width="400" />
|
|
||||||
</p>
|
|
||||||
|
|
||||||
## Discussion
|
## Discussion
|
||||||
|
|
||||||
添加 QQ 群: 567510628
|
添加 QQ 群: 567510628
|
||||||
|
|
|
@ -14,7 +14,7 @@ type Payload struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
var header = []byte{'S', 'T', 'F', 0x01, 0, 0, 0x00, 0}
|
var header = []byte{'S', 'T', 'F', 0x01, 0, 0, 0x07, 0}
|
||||||
https://tools.ietf.org/html/draft-mavrogiannopoulos-openconnect-02#section-2.2
|
https://tools.ietf.org/html/draft-mavrogiannopoulos-openconnect-02#section-2.2
|
||||||
|
|
||||||
+---------------------+---------------------------------------------+
|
+---------------------+---------------------------------------------+
|
||||||
|
|
Loading…
Reference in New Issue