diff options
author | Joe <rbo@gmx.us> | 2023-12-19 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2023-12-19 20:20:20 +0100 |
commit | aae80bd3b591bbcc5de83947e79c71c7f8b5912d (patch) | |
tree | 4362f8ec9533ebbc738daee08f42e857e679e97b /c_lhosts.go | |
parent | reload (diff) | |
download | hardflip-aae80bd3b591bbcc5de83947e79c71c7f8b5912d.tar.gz hardflip-aae80bd3b591bbcc5de83947e79c71c7f8b5912d.tar.bz2 hardflip-aae80bd3b591bbcc5de83947e79c71c7f8b5912d.tar.xz hardflip-aae80bd3b591bbcc5de83947e79c71c7f8b5912d.tar.zst hardflip-aae80bd3b591bbcc5de83947e79c71c7f8b5912d.zip |
fire
Diffstat (limited to 'c_lhosts.go')
-rw-r--r-- | c_lhosts.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/c_lhosts.go b/c_lhosts.go index a1220d2..8cfeb37 100644 --- a/c_lhosts.go +++ b/c_lhosts.go @@ -39,7 +39,7 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * hardflip: src/c_lhosts.go - * Tue, 19 Dec 2023 11:32:56 +0100 + * Tue Dec 19 18:51:12 2023 * Joe * * the hosts linked list @@ -63,7 +63,7 @@ type HostNode struct { JumpUser string `yaml:"jump_user"` JumpPass string `yaml:"jump_pass"` JumpPriv string `yaml:"jump_priv"` - Quality uint8 `yaml:"quality"` + Quality uint8 `yaml:"quality"` Domain string `yaml:"domain"` Width uint16 `yaml:"width"` Height uint16 `yaml:"height"` |