Skip to content

Instantly share code, notes, and snippets.

@sukum
Last active August 28, 2024 06:35
Show Gist options
  • Save sukum/dd4a1b6853b95350112b1989a0251360 to your computer and use it in GitHub Desktop.
Save sukum/dd4a1b6853b95350112b1989a0251360 to your computer and use it in GitHub Desktop.
[ladder installation] ladder install and config #ladder #proxy #config #install
sudo apt install libc-ares2 libmbedtls14 libpcre3 libev4
# I think above is for shadowsocks and might not be needed for ladder
[Unit]
Description=ladder
Documentation=https://github.com/everywall/ladder/wiki
After=network.target
Wants=network.target
[Service]
Environment="USERPASS=admin:password"
ExecStart=ladder -p 2038
Restart=on-failure
User=ladder
Group=ladder
LimitNOFILE=4096
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment