Search Criteria
Package Details: sslh-git 2.1.1.r16.gde7351f-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/sslh-git.git (read-only, click to copy) |
---|---|
Package Base: | sslh-git |
Description: | SSL/SSH/OpenVPN/XMPP/tinc port multiplexer |
Upstream URL: | http://www.rutschle.net/tech/sslh.shtml |
Licenses: | GPL-2.0-only |
Conflicts: | sslh |
Provides: | sslh |
Submitter: | mortzu |
Maintainer: | gilcu3 |
Last Packager: | gilcu3 |
Votes: | 6 |
Popularity: | 0.000343 |
First Submitted: | 2010-08-30 11:21 (UTC) |
Last Updated: | 2024-05-06 14:24 (UTC) |
Dependencies (8)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libbsd (libbsd-gitAUR)
- libcap
- libconfig (libconfig-gitAUR)
- libev
- pcre2 (pcre2-gitAUR)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-selinuxAUR, sysupdated-systemd-libs-gitAUR, systemd-libs-gitAUR, systemd-libs-fmlAUR)
- systemd (systemd-chromiumosAUR, systemd-selinuxAUR, sysupdated-systemd-gitAUR, systemd-gitAUR, systemd-fmlAUR) (make)
Latest Comments
1 2 3 Next › Last »
taba commented on 2024-05-06 15:11 (UTC)
Had already done so, thank you.
gilcu3 commented on 2024-05-06 14:22 (UTC) (edited on 2024-05-06 14:22 (UTC) by gilcu3)
@taba will fix the issue with the man page asap. About the
ev
service, I would rather not add it as it is not yet present upstream. But you can always create yours, see the one in the official package link.taba commented on 2024-05-06 14:09 (UTC)
Could you create a sslh-ev@.service?
taba commented on 2024-05-06 14:04 (UTC)
@gilcu3
Also, thanks!
gilcu3 commented on 2024-05-06 07:53 (UTC)
@taba thanks for the notice, should be fixed now. I did some changes to adapt to upstream behavior better. Now config files are in
/etc/sslh/
and you can start any of them (for example default.cfg) bysystemctl start sslh@default
(usessslh-fork
) orsslh-select@default
.taba commented on 2024-05-04 08:48 (UTC)
gilcu3 commented on 2023-10-28 09:43 (UTC)
@Nebulosa added changes, should be good now, thanks for pointing things out
Nebulosa commented on 2023-10-27 20:49 (UTC) (edited on 2023-10-27 20:58 (UTC) by Nebulosa)
You right, I didn't catch that.
So we need make override systemd file In case using
-select
and-ev
and remove making a link from PKGBUILD.Like that:
In
PKGBUILD
:In
install
file:gilcu3 commented on 2023-10-27 20:14 (UTC)
Yes, I get that, but modifying a symlink doesn't seem like the right choice, seems better to have several systemd services. The symlink would be overwritten with every update :|
Nebulosa commented on 2023-10-27 20:10 (UTC) (edited on 2023-10-27 20:19 (UTC) by Nebulosa)
As I wrote before, in item #5 - symlink to required executable file. Sslh.service always start /usr/bin/sslh - so you need only one .service file. I think that, at first, you decide which type of executable you need, linked it, and after configure sslh.cfg. You use only one executable and config.
It's like Apache (fork process for each client) and Nginx (one process for all clients), as I understood, so, no need launch all of them simultaneously .
1 2 3 Next › Last »