Search Criteria
Package Details: redsocks-git 0.5.r7.g5df6a30-2
Git Clone URL: | https://aur.archlinux.org/redsocks-git.git (read-only, click to copy) |
---|---|
Package Base: | redsocks-git |
Description: | Transparent redirector of any TCP connection to proxy using your firewall |
Upstream URL: | http://darkk.net.ru/redsocks/ |
Keywords: | network proxy transparent |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | residentsummer |
Maintainer: | yhfudev |
Last Packager: | anselmolsm |
Votes: | 21 |
Popularity: | 0.21 |
First Submitted: | 2010-10-13 19:24 |
Last Updated: | 2018-03-12 17:36 |
Dependencies (2)
- libevent (libevent-git, libevent-fb)
- git (git-git) (make)
Required by (1)
- brainfuck-psiphon-pro-go-bin (requires redsocks)
Latest Comments
1 2 Next › Last »
anselmolsm commented on 2016-08-15 12:04
Package updated, added /etc/conf.d/redsocks.
Sand_Lee commented on 2016-08-13 08:33
The issue reported by shashilx still exists with this package. I've found the soluiton he describes to be correct. Could it be integrated into this package?
anselmolsm commented on 2016-04-17 14:17
I've just adopted this package. In case of known issues, please let me know.
shashilx commented on 2014-11-17 22:39
after some research found that file /etc/conf.d/redsocks must be created, containing
REDSOCKS_CONF=/etc/redsocks.conf
shashilx commented on 2014-11-17 22:35
[root@shashilx ~]# systemctl start redsocks
Job for redsocks.service failed. See "systemctl status redsocks.service" and "journalctl -xe" for details.
ноя 18 00:32:40 shashilx.com systemd[1]: Failed to load environment files: No such file or directory
ноя 18 00:32:40 shashilx.com systemd[1]: redsocks.service failed to run 'start-pre' task: No such file or directory
ноя 18 00:32:40 shashilx.com systemd[1]: Failed to start Transparent redirector of any TCP connection to proxy using your firewall.
ноя 18 00:32:40 shashilx.com systemd[1]: Unit redsocks.service entered failed state.
ноя 18 00:32:40 shashilx.com systemd[1]: redsocks.service failed.
after looking in /usr/lib/systemd/system/redsocks.service I've found this
EnvironmentFile=/etc/conf.d/redsocks
and after looking in /etc/conf.d - no file redsocks. and also I don't know what must be in this file :(
Manouchehri commented on 2014-05-02 22:39
Updated PKGBUILD with a proper pkgver:
https://drive.google.com/file/d/0B7Jh7kkafSr7TkVRMG95MVIxbDRwdWFrUU02VkJwQ3lJZ1lZ/edit?usp=sharing
tlvince commented on 2012-08-05 08:35
I've made some significant changes to the current package including using the official repo (the libevent2 fix was merged quite a while ago), running redsocks as its own user/group (to restrict its privileges) and generally aligning the package style to that of packages in the official repos (based on dnsmasq and bitlbee).
Please review and merge:
https://github.com/tlvince/pkgbuild/tree/master/redsocks-git
residentsummer commented on 2011-05-26 21:08
Hm, darkk didn't update it yet, so I switched the package to bjin's repo.
residentsummer commented on 2011-04-27 20:44
chx, thanks for the info. I'll wait few more days - maybe darkk will pull the fix for libevent2 into main repo.
chx commented on 2011-04-24 01:19
You need to get redsocks from https://github.com/bjin/redsocks/tree/libevent2-fix (git clone -b libevent2-fix https://github.com/bjin/redsocks.git) for now 'cos the original won't compile.