mirror of
https://github.com/DictXiong/dotfiles.git
synced 2024-11-24 14:47:02 +08:00
riot config: domain 42
This commit is contained in:
parent
a87bc0b36d
commit
3f8c071c65
|
@ -27,6 +27,13 @@ i.domain() {
|
||||||
RET_TRUST_SERVER=1
|
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() {
|
x.domain() {
|
||||||
RET_HOSTNAME=ssh.beardic.cn
|
RET_HOSTNAME=ssh.beardic.cn
|
||||||
local tmp=$(sha256sum <<< "$host" | tr -cd "[:digit:]")
|
local tmp=$(sha256sum <<< "$host" | tr -cd "[:digit:]")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user