Simple shadowsocks subscriber (SSD only), yet another proxy switcher for GNOME Shell.
The latest and supported version should only work on the most current stable version of GNOME Shell.
git clone --recurse-submodules https://github.com/tuberry/ss-subscriber.git && cd ss-subscriber
meson setup build && meson install -C build
# meson setup build -Dtarget=system && meson install -C build # system-wide, default --prefix=/usr/localFor contributing translations:
bash ./cli/update-po.sh your_lang_code # default to $LANGFor older versions, it's recommended to install via:
shadowsocks-libev: providesss-local.
mkdir -p ~/.config/shadowsocks
touch ~/.config/shadowsocks/ssss.jsonmkdir -p ~/.config/systemd/user
echo '[Unit]
Description=Shadowsocks-Libev Client User Service
After=network-online.target
Wants=network-online.target
[Service]
Type=exec
ExecStart=/usr/bin/ss-local -c %h/.config/shadowsocks/%i.json
[Install]
WantedBy=default.target
' > ~/.config/systemd/user/shadowsocks-libev@.service
# enable service
systemctl --user enable shadowsocks-libev@ssss.service --now- proxy-switcher: network setting button
- SSD-windows: SSD http subscription agreement

