mirror of
https://github.com/DictXiong/dotfiles.git
synced 2024-11-24 12:47:01 +08:00
riot config: add nasp remote and null domain
This commit is contained in:
parent
79d376265e
commit
b1272e22bb
|
@ -8,7 +8,18 @@ j.remote() {
|
|||
RET_TRUST_SERVER=1
|
||||
}
|
||||
|
||||
nasp.remote() {
|
||||
remote=nasp.ob.ac.cn
|
||||
RET_PORT=${RET_PORT:-36022}
|
||||
RET_USERNAME=${RET_USERNAME:-ssh}
|
||||
RET_TRUST_SERVER=1
|
||||
}
|
||||
|
||||
# domains
|
||||
.domain() {
|
||||
RET_USERNAME=${RET_USERNAME:-root}
|
||||
}
|
||||
|
||||
i.domain() {
|
||||
RET_HOSTNAME=$host.ibd.ink
|
||||
RET_PORT=${RET_PORT:-12022}
|
||||
|
|
Loading…
Reference in New Issue
Block a user