Package Details: hide-client 0.9.12-1

Git Clone URL: https://aur.archlinux.org/hide-client.git (read-only, click to copy)
Package Base: hide-client
Description: Hide.me CLI VPN client for Linux
Upstream URL: https://github.com/eventure/hide.client.linux
Keywords: cli vpn wireguard
Licenses: GPL-2.0-only
Submitter: ljrk
Maintainer: anonfunc
Last Packager: anonfunc
Votes: 8
Popularity: 0.87
First Submitted: 2021-02-02 15:58 (UTC)
Last Updated: 2026-03-24 20:11 (UTC)

Dependencies (2)

Required by (0)

Sources (2)

Latest Comments

1 2 3 Next › Last »

coastland279 commented on 2026-04-06 11:46 (UTC)

Thanks. Yeah on the website it still says 0.9.10. I'll ask them about it :)

anonfunc commented on 2026-04-05 17:28 (UTC) (edited on 2026-04-05 17:30 (UTC) by anonfunc)

@coastland279: The current tag is 0.9.12, not 0.9.10. https://github.com/eventure/hide.client.linux/tags If you want to take that up with upstream do that. I own you nothing, btw :)

coastland279 commented on 2026-04-05 15:05 (UTC)

The latest release on the github upstream is 0.9.10. Somehow this package is 0.9.12. Very recently this package was upgraded from 0.9.10 to 0.9.12. There's a clear version mismatch. I believe an explanation is due.

t2h7 commented on 2024-12-03 01:14 (UTC)

@anonfunc

Ahh, that was the trick (/etc/resolv.conf)... Now it works perfectly.

anonfunc commented on 2024-12-02 23:19 (UTC)

@t2h7 Can you try 0.9.10-2?

t2h7 commented on 2024-12-01 21:11 (UTC) (edited on 2024-12-02 20:41 (UTC) by t2h7)

Hello anonfunc,

without the /etc the client doesn't work for me, I get an error when running (resolv.conf isn't writable).

I have tried it also via systemd-resolved and symbolic link # ln -sf ../run/systemd/resolve/resolv.conf /etc/resolv.conf, but that gave me a dns-leak (receive 2 dns-servers = normal dns server + vpn dns server).

With that change (as original), it's working fine, like in Debian, from where I recently came from...

anonfunc commented on 2024-12-01 11:52 (UTC)

@t2h7 Is that so? Why should the service have read/write to whole /etc?

t2h7 commented on 2024-11-30 22:37 (UTC) (edited on 2024-12-01 00:35 (UTC) by t2h7)

A bug has crept into the arch-config.patch:

-ReadWritePaths=/opt/hide.me /etc /run/systemd/resolve

+ReadWritePaths=/etc/hide.me -/run/systemd/resolve

It should be:

-ReadWritePaths=/opt/hide.me /etc -/run/systemd/resolve

+ReadWritePaths=/etc/hide.me /etc -/run/systemd/resolve

t2h7 commented on 2024-10-29 04:59 (UTC)

Please update to version 0.9.10:

https://github.com/eventure/hide.client.linux/releases/tag/0.9.10

vschwaberow commented on 2023-04-08 13:40 (UTC)

Great work on this package. I flagged it as outdated and the maintainer came with the update. Thanks for taking care.