diff --git a/riot-config.sh b/riot-config.sh index dc77bd1..544c864 100644 --- a/riot-config.sh +++ b/riot-config.sh @@ -27,6 +27,13 @@ i.domain() { RET_TRUST_SERVER=1 } +42.domain() { + RET_HOSTNAME=$host.i.bd.dn42 + RET_PORT=${RET_PORT:-12022} + RET_USERNAME=${RET_USERNAME:-root} + RET_TRUST_SERVER=1 +} + x.domain() { RET_HOSTNAME=ssh.beardic.cn local tmp=$(sha256sum <<< "$host" | tr -cd "[:digit:]")