forked from Deuxfleurs/nixcfg
add a sftp domain name
This commit is contained in:
parent
7da4510ee8
commit
23690238c9
1 changed files with 3 additions and 1 deletions
|
@ -54,7 +54,9 @@ job "bagage" {
|
||||||
address_mode = "host"
|
address_mode = "host"
|
||||||
tags = [
|
tags = [
|
||||||
"bagage",
|
"bagage",
|
||||||
"(diplonat (tcp_port 2222))"
|
"(diplonat (tcp_port 2222))",
|
||||||
|
"d53-a sftp.deuxfleurs.fr",
|
||||||
|
"d53-aaaa sftp.deuxfleurs.fr",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue