- Implemented comprehensive VMESS proxy installation with dynamic configuration - Added support for Xray installation and configuration generation - Introduced hostname normalization with city, architecture, and IP-based naming - Updated proxy commands to include VMESS and VLESS subcommands - Improved configuration management with NormalizeConfig method - Enhanced logging and error handling for proxy-related operations
61 lines
1.2 KiB
Bash
61 lines
1.2 KiB
Bash
#!/bin/bash
|
|
|
|
rm -f /usr/local/bin/agent-wdd
|
|
rm -f /usr/local/bin/test-shell.sh
|
|
|
|
wget https://pan.107421.xyz/d/oracle-seoul-2/agent-wdd_linux_amd64 -O /usr/local/bin/agent-wdd
|
|
|
|
chmod +x /usr/local/bin/agent-wdd
|
|
|
|
|
|
wget https://pan.107421.xyz/d/oracle-seoul-2/test-shell.sh -O /usr/local/bin/test-shell.sh
|
|
|
|
chmod +x /usr/local/bin/test-shell.sh
|
|
|
|
/usr/local/bin/agent-wdd info all
|
|
cat /usr/local/etc/wdd/agent-wdd-config.yaml
|
|
|
|
|
|
|
|
bash /usr/local/bin/test-shell.sh
|
|
|
|
|
|
|
|
|
|
/usr/local/bin/agent-wdd info network
|
|
/usr/local/bin/agent-wdd info cpu
|
|
/usr/local/bin/agent-wdd info mem
|
|
/usr/local/bin/agent-wdd info swap
|
|
/usr/local/bin/agent-wdd info disks
|
|
|
|
|
|
|
|
|
|
|
|
/usr/local/bin/agent-wdd base docker local
|
|
|
|
/usr/local/bin/agent-wdd info os
|
|
/usr/local/bin/agent-wdd base docker online
|
|
|
|
/usr/local/bin/agent-wdd info os
|
|
/usr/local/bin/agent-wdd zsh
|
|
|
|
/usr/local/bin/agent-wdd base tools
|
|
|
|
/usr/local/bin/agent-wdd base swap
|
|
|
|
/usr/local/bin/agent-wdd base firewall
|
|
|
|
/usr/local/bin/agent-wdd base selinux
|
|
|
|
/usr/local/bin/agent-wdd base sysconfig
|
|
|
|
|
|
/usr/local/bin/agent-wdd download https://pan.107421.xyz/d/oracle-osaka-1/docker-amd64-20.10.15.tgz /root/wdd
|
|
|
|
/usr/local/bin/agent-wdd proxy install
|
|
|
|
/usr/local/bin/agent-wdd proxy vmess 22443
|
|
|
|
|