Package Details: clash-meta 1.18.10-1

Git Clone URL: https://aur.archlinux.org/clash-meta.git (read-only, click to copy)
Package Base: clash-meta
Description: Another Clash Kernel by MetaCubeX
Upstream URL: https://github.com/MetaCubeX/Clash.Meta
Licenses: GPL3
Conflicts: clash-meta
Submitter: sukanka
Maintainer: sukanka (lilac)
Last Packager: lilac
Votes: 6
Popularity: 0.000662
First Submitted: 2022-09-27 05:14 (UTC)
Last Updated: 2024-11-03 13:29 (UTC)

Pinned Comments

sukanka commented on 2023-02-15 01:05 (UTC)

If you want use tun mode, add the following pacman hook.

➜  ~ cat /etc/pacman.d/hooks/clash-meta.hook
[Trigger]
Operation = Install
Operation = Upgrade
Type = Path
Target = usr/bin/clash-meta

[Action]
When = PostTransaction
Exec = /usr/bin/setcap 'cap_net_admin,cap_net_bind_service=+ep' /usr/bin/clash-meta

Latest Comments

« First ‹ Previous 1 2 3

reeeeeeeeeeelity commented on 2023-02-14 10:19 (UTC)

The function of finding process doesn't work. Maybe need some specific systemd capability?