diff options
author | Haruue Icymoon | 2021-12-16 18:58:03 +0800 |
---|---|---|
committer | Haruue Icymoon | 2021-12-16 18:58:03 +0800 |
commit | 5b327049c1cb72e1098d9fe9fc37cb834eb2fb31 (patch) | |
tree | 2a0b39acc62ea5c8f3dc2125fe605189729ac31e /hysteria@.service | |
parent | 031eb09a13fc7f9b679cc8e5ec8faf25d7076761 (diff) | |
download | aur-5b327049c1cb72e1098d9fe9fc37cb834eb2fb31.tar.gz |
update: 0.9.1
faketcp mode should work, but users should add iptables by themselves.
(same as community/udp2raw-tunnel)
Diffstat (limited to 'hysteria@.service')
-rw-r--r-- | hysteria@.service | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hysteria@.service b/hysteria@.service index d9afe328f0a9..4ef29ac7259c 100644 --- a/hysteria@.service +++ b/hysteria@.service @@ -9,8 +9,8 @@ WorkingDirectory=/etc/hysteria User=hysteria Group=hysteria Environment=HYSTERIA_LOG_LEVEL=info -CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE -AmbientCapabilities=CAP_NET_ADMIN CAP_NET_BIND_SERVICE +CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_RAW +AmbientCapabilities=CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_RAW NoNewPrivileges=true [Install] |