/xray-weblisten-ui

Xray 被动扫描管理

Primary LanguageGoDo What The F*ck You Want To Public LicenseWTFPL

基于 Xray 的被动扫描管理

Install

  1. Create Database
  2. Modify config.yaml
  3. Download xray (and lic), genca
  4. Running...

Usage

Create Database

create database `weblisten` default character set utf8mb4 collate utf8mb4_unicode_ci;
create user weblisten@'127.0.0.1' identified by 'gyuawbdvuyiabdu';
grant all on `weblisten`.* to weblisten;
flush privileges;

set global innodb_large_prefix=on;
set global innodb_file_format=Barracuda;

LICENSE

WTFPL

WTFPL