|
5 | 5 | [](https://github.com/First-Coder/LinuxProxyChanger/actions/workflows/dotnet.yml) |
6 | 6 | [](https://github.com/First-Coder/LinuxProxyChanger/actions/workflows/codeql-analysis.yml) |
7 | 7 |
|
8 | | -# ARK Spawncode Generator |
| 8 | +# LinuxProxyChanger |
9 | 9 |
|
10 | | -## Description |
| 10 | +LinuxProxyChanger is a dotnet core application that allows you to auto adjust the proxy on any linux platform. The application reacts to network changes and uses a hotst to check which network it is on. |
11 | 11 |
|
12 | | -soon |
| 12 | +## Installation |
13 | 13 |
|
14 | | -## Installation / Usage |
| 14 | +Install the following packages in the terminal |
15 | 15 |
|
16 | | -soon |
| 16 | +```bash |
| 17 | +$ wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb |
| 18 | +$ sudo dpkg -i packages-microsoft-prod.deb |
| 19 | +$ sudo apt update |
| 20 | +$ sudo apt install apt-transport-https |
| 21 | +$ sudo apt install dotnet-runtime-3.1 |
| 22 | +``` |
17 | 23 |
|
18 | | -## Other Projects |
| 24 | +Move the Proxy_Changer directory to /opt/Proxy_Changer/. |
19 | 25 |
|
20 | | -soon |
| 26 | +Move the file LinuxProxyChanger.service to the Systemd directory. |
| 27 | + |
| 28 | +activate the autostart with the following command |
| 29 | + |
| 30 | +```bash |
| 31 | +systemctl enable LinuxProxyChanger |
| 32 | +``` |
| 33 | + |
| 34 | +## Usage |
| 35 | + |
| 36 | +Start programme manually |
| 37 | +```bash |
| 38 | +systemctl start LinuxProxyChanger |
| 39 | +``` |
| 40 | + |
| 41 | +Stop programme manually |
| 42 | +```bash |
| 43 | +systemctl stop LinuxProxyChanger |
| 44 | +``` |
| 45 | + |
| 46 | +Check programme status |
| 47 | +```bash |
| 48 | +systemctl status LinuxProxyChanger |
| 49 | +``` |
| 50 | + |
| 51 | +You can call up the console of the program with the following command |
| 52 | + |
| 53 | +```bash |
| 54 | +screen -r LinuxProxyChanger |
| 55 | +``` |
| 56 | +## Contributing |
| 57 | +Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. |
| 58 | + |
| 59 | +Please make sure to update tests as appropriate. |
| 60 | + |
| 61 | +## License |
| 62 | +[MIT](https://choosealicense.com/licenses/mit/) |
21 | 63 |
|
22 | 64 | [](https://www.paypal.com/donate?hosted_button_id=8PBF4BN7R46TE) |
0 commit comments