Last active
August 28, 2024 06:35
-
-
Save sukum/dd4a1b6853b95350112b1989a0251360 to your computer and use it in GitHub Desktop.
[ladder installation] ladder install and config #ladder #proxy #config #install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install libc-ares2 libmbedtls14 libpcre3 libev4 | |
# I think above is for shadowsocks and might not be needed for ladder |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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