结论
shadowsocks-libev服务本身不支持多账户,需要创建多个单独配置,分别起对应进程
细节自行查看
https://github.com/shadowsocks/shadowsocks-libev/issues/5
https://www.itfanr.cc/2016/10/02/use-shadowsocks-to-have-better-internet-experience/
限制:https://freevpn-x.com/index-160.htm
shadowsocks-libev服务本身不支持多账户,需要创建多个单独配置,分别起对应进程
细节自行查看
https://github.com/shadowsocks/shadowsocks-libev/issues/5
https://www.itfanr.cc/2016/10/02/use-shadowsocks-to-have-better-internet-experience/
限制:https://freevpn-x.com/index-160.htm
FingerprintJS 是一个源代码可用的客户端浏览器指纹识别库,可查询浏览器属性并根据这些属性计算哈希访客标识符。与 Cookie 和本地存储不同,指纹在隐身/隐私模式下保持不变,即使浏览器数据被清除也是如此。
github: https://github.com/fingerprintjs/fingerprintjs
https://stackblitz.com/edit/fpjs-4-cdn?devtoolsheight=100&file=index.html
<script>
// Initialize the agent at application startup.
const fpPromise = import('https://openfpcdn.io/fingerprintjs/v4')
.then(FingerprintJS => FingerprintJS.load())
// Get the visitor identifier when you need it.
fpPromise
.then(fp => fp.get())
.then(result => {
// This is the visitor identifier:
const visitorId = result.visitorId
console.log(visitorId)
})
.catch(error => console.error(error))
</script>
返回当前浏览器指纹。类似
e625d944e21fd5885657b367c3b2952eRedka 旨在使用 SQLite 重新实现 Redis 的核心部分,同时保持与 Redis API 的兼容。
一个集合数据库、用户管理、管理 UI 和内建的 API 等工具的后端开发框架
有关文档和示例,请访问https://pocketbase.io/docs。
https://github.com/pocketbase/pocketbase
Beszel是一个轻量级平台,可实时洞察您的系统性能。借助 Beszel,您可以访问 CPU 和内存使用情况的历史数据,以及 Docker 容器指标(例如特定于容器的 CPU 和内存统计信息)。您还将收到针对潜在问题的可自定义警报通知,以便采取主动措施来优化服务器性能。
Beszel 由两个主要组件组成:集线器和代理。
介绍:https://noted.lol/beszel/
GitHub:https://github.com/henrygd/beszel