sry but..., riot: 'i' for 'ibd', and remove support for ebd

This commit is contained in:
xiongdian.me 2023-06-02 10:58:07 +08:00
parent 4e230b606e
commit 817658efab

View File

@ -34,8 +34,8 @@ get_server_meta() {
domain="ibd" domain="ibd"
fi fi
case $domain in case $domain in
ibd|ebd ) i|ibd )
RET_HOSTNAME=$host.$domain.ink RET_HOSTNAME=$host.ibd.ink
RET_PORT=${RET_PORT:-12022} RET_PORT=${RET_PORT:-12022}
RET_USERNAME=${RET_USERNAME:-root} RET_USERNAME=${RET_USERNAME:-root}
RET_TRUST_SERVER=1 RET_TRUST_SERVER=1