Skip to content

Commit 42ec7f1

Browse files
authored
Update README.md
1 parent 3d49659 commit 42ec7f1

1 file changed

Lines changed: 49 additions & 7 deletions

File tree

README.md

Lines changed: 49 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,60 @@
55
[![.NET](https://github.com/First-Coder/LinuxProxyChanger/actions/workflows/dotnet.yml/badge.svg)](https://github.com/First-Coder/LinuxProxyChanger/actions/workflows/dotnet.yml)
66
[![CodeQL](https://github.com/First-Coder/LinuxProxyChanger/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/First-Coder/LinuxProxyChanger/actions/workflows/codeql-analysis.yml)
77

8-
# ARK Spawncode Generator
8+
# LinuxProxyChanger
99

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.
1111

12-
soon
12+
## Installation
1313

14-
## Installation / Usage
14+
Install the following packages in the terminal
1515

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+
```
1723

18-
## Other Projects
24+
Move the Proxy_Changer directory to /opt/Proxy_Changer/.
1925

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/)
2163

2264
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/donate?hosted_button_id=8PBF4BN7R46TE)

0 commit comments

Comments
 (0)