Remove deprecated and add proxy server example

This commit is contained in:
pixeltris
2021-04-11 23:46:26 +01:00
parent 8c72911b3b
commit 9ba777406b
30 changed files with 1774 additions and 8438 deletions
+31
View File
@@ -0,0 +1,31 @@
- If you want to use a socks5 proxy:
The first line MUST be the IP of the socks proxy
The second line MUST be the port of the socks proxy
- If you need a user / pass:
The third line MUST be the username
The fourth line MUST be the password
- If you DON'T need a user / pass then the third / fourth line MUST be empty.
- If you DON'T want to use a socks proxy then leave all four lines empty, or delete this file.
----------------------------
Example (with user/pass)
----------------------------
10.1.1.49
1080
myusername
mypassword
----------------------------
Example (without user/pass)
----------------------------
10.2.2.66
1080