diff options
author | Joe <rbo@gmx.us> | 2024-02-20 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-02-20 20:20:20 +0100 |
commit | bb0b6a312f07680514c419b9c7c6d5b3a47a0393 (patch) | |
tree | 76add444eb2bfa17fe0781e05599f322882ded82 /src/c_lhosts.go | |
parent | test (diff) | |
download | hardflip-bb0b6a312f07680514c419b9c7c6d5b3a47a0393.tar.gz hardflip-bb0b6a312f07680514c419b9c7c6d5b3a47a0393.tar.bz2 hardflip-bb0b6a312f07680514c419b9c7c6d5b3a47a0393.tar.xz hardflip-bb0b6a312f07680514c419b9c7c6d5b3a47a0393.tar.zst hardflip-bb0b6a312f07680514c419b9c7c6d5b3a47a0393.zip |
rdp_file
Diffstat (limited to 'src/c_lhosts.go')
-rw-r--r-- | src/c_lhosts.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/c_lhosts.go b/src/c_lhosts.go index 869b0f9..4548d4e 100644 --- a/src/c_lhosts.go +++ b/src/c_lhosts.go @@ -84,6 +84,7 @@ type HostNode struct { User string `yaml:"user"` Pass string `yaml:"pass"` Priv string `yaml:"priv"` + RDPFile string `yaml:"rdp_file"` Jump JumpSettings `yaml:"jump"` Quality uint8 `yaml:"quality"` Domain string `yaml:"domain"` |