├── LICENSE ├── README.md ├── balancer.py ├── files ├── GeoLite2.mmdb ├── panel_api.php ├── pid_monitor.php ├── player_api.php └── release_22f.zip └── install.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xtream-ui-org/xtream-ui-install/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xtream-ui-org/xtream-ui-install/HEAD/README.md -------------------------------------------------------------------------------- /balancer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xtream-ui-org/xtream-ui-install/HEAD/balancer.py -------------------------------------------------------------------------------- /files/GeoLite2.mmdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xtream-ui-org/xtream-ui-install/HEAD/files/GeoLite2.mmdb -------------------------------------------------------------------------------- /files/panel_api.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xtream-ui-org/xtream-ui-install/HEAD/files/panel_api.php -------------------------------------------------------------------------------- /files/pid_monitor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xtream-ui-org/xtream-ui-install/HEAD/files/pid_monitor.php -------------------------------------------------------------------------------- /files/player_api.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xtream-ui-org/xtream-ui-install/HEAD/files/player_api.php -------------------------------------------------------------------------------- /files/release_22f.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xtream-ui-org/xtream-ui-install/HEAD/files/release_22f.zip -------------------------------------------------------------------------------- /install.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xtream-ui-org/xtream-ui-install/HEAD/install.py --------------------------------------------------------------------------------