Package Details: hide-client 0.9.10-2

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: 7
Popularity: 0.64
First Submitted: 2021-02-02 15:58 (UTC)
Last Updated: 2024-12-02 23:19 (UTC)

Dependencies (2)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

rootsh0pf commented on 2022-01-12 11:44 (UTC)

Thank you, works well for me! Seems like we need "go" as a build dependency.

rodrigofarias77 commented on 2021-04-13 19:41 (UTC) (edited on 2021-04-13 19:44 (UTC) by rodrigofarias77)

If I may recommend another tweak, this time to PKGBUILD:

+backup=('etc/hide.me/config')

This is to make changes in config survive updates.

ljrk commented on 2021-04-13 19:19 (UTC)

you're absolutely right, it adheres to the POSIX/XDG guidelines. I edited it correctly on my local machine but messed up the patch.

rodrigofarias77 commented on 2021-04-13 19:05 (UTC) (edited on 2021-04-13 19:05 (UTC) by rodrigofarias77)

Based on the help of hide.me, I wonder if systemd-config.patch should be:

+ExecStart=/opt/hide.me/hide.me $OPTIONS connect %i

rodrigofarias77 commented on 2021-04-13 17:31 (UTC)

Awesome! Thank you kindly.

ljrk commented on 2021-04-13 17:27 (UTC)

You can modify the options via environment files, I created a PR at https://github.com/eventure/hide.client.linux/pull/10 and patched this package.

rodrigofarias77 commented on 2021-04-10 00:11 (UTC)

Thanks! All good now.

Is there a way we can pass options to hide.me when using systemd integration? I am currently patching ExecStart in /usr/lib/systemd/system/hide.me@.service, but this is not ideal.

ljrk commented on 2021-04-09 23:14 (UTC)

You are absolutely right, I fixed the patch. Thanks again!

rodrigofarias77 commented on 2021-04-09 22:49 (UTC)

Thanks for the quick response, ljrk.

I think service_sysdirs.patch should be:

+ExecStart=/usr/bin/hide.me connect %i
+WorkingDirectory=/usr/bin

ljrk commented on 2021-04-09 22:36 (UTC)

https://github.com/eventure/hide.client.linux/pull/9