We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
version: '3' services: anyconnect: image: bjdgyc/anylink:0.12.1 restart: always container_name: anyconnect privileged: true command: -c=/etc/server.toml ports: - "1555:8800" - "1556:443" environment: - LINK_LOG_PATH=/var/log - LINK_HTTP_SERVER_LOG=true volumes: - ./server.toml:/etc/server.toml - ./logs:/var/log
tail -f logs/anylink.log 2024/06/28 14:06:13 link_auth.go:91: [Warn] bob1 动态码错误 2024/06/28 14:11:18 link_auth.go:91: [Warn] bob1 密码错误
The text was updated successfully, but these errors were encountered:
No branches or pull requests
想持久化日志后通过fail2ban过滤恶意登录,来源ip加黑名单,但失败登录的并未打印来源IP,求打印!
使用的anylink版本 ?
具体遇到的问题
The text was updated successfully, but these errors were encountered: