I remember having similar problem with CSGO, had to do the same. Sorry, something went wrong. Copy link atsjjcommentedApr 8, 2023 This is now resolved for me with the latest update. Specific version (in about)7.32E 5675 Sorry, something went wrong. ...
Is there any steam command I can use to get the IP &PORT of the server running inside the container? You can exec into the container and echo the environment variable that is passed to srcds in /home/entry.sh. Other than that I don't think srcds outputs it's listening port & ip to...
command -v "$1" &> /dev/null; then echo "$1 未安装,开始安装..." apt_update sudo apt install "$1" -y echo "$1 安装完成!" fi } apt_install wget WARP_key(){ # 检查文件是否存在 if [ ! -e "wgcf" ]; then # 如果文件不存在,使用wget下载它 wget "${proxygithub}https://gith...