@@ -14,7 +14,6 @@ TCP / UDP proxy
1414> ** EN:** small TCP/UDP port proxy.
1515
1616---
17-
1817## Downloads / Скачать
1918
2019Откройте нужную платформу и скачайте подходящую сборку.
@@ -33,7 +32,7 @@ Open your platform and download the right build.
3332
3433<details open >
3534<summary >
36- <img src =" https://sitebrush .com/04b158d78c93b65c714bb6256da221a4.png " width = " 22 " alt = " Linux " >
35+ <img width = " 50 " alt = " linux " src =" https://github .com/user-attachments/assets/bf3141b6-4c93-4fd6-b2d1-421b79876dcb " / >
3736 <b >Linux</b > — recommended / рекомендуется
3837</summary >
3938
@@ -58,7 +57,7 @@ sudo chicha-ip-proxy
5857
5958<details >
6059<summary >
61- <img src =" https://sitebrush .com/fbad588e1b8c94b6b80708bc9917706e.png " width = " 22 " alt = " macOS " >
60+ <img width = " 40 " alt = " mac " src =" https://github .com/user-attachments/assets/946102b8-f043-494d-809a-a589e536ee9a " / >
6261 <b >macOS</b >
6362</summary >
6463
@@ -83,7 +82,7 @@ sudo ./chicha-ip-proxy
8382
8483<details >
8584<summary >
86- <img src =" https://sitebrush .com/66aab89d1af641ee0ae190f6b3ea4e09.png " width = " 22 " alt = " Windows " >
85+ <img width = " 50 " alt = " windows " src =" https://github .com/user-attachments/assets/f6044001-95b0-4500-a4f6-1c3b08eb65fb " / >
8786 <b >Windows</b >
8887</summary >
8988
@@ -115,7 +114,7 @@ Invoke-WebRequest `
115114
116115<details >
117116<summary >
118- <img src =" https://sitebrush .com/c1ce8baa90a2ffd348069e69fa4fda93.png " width = " 22 " alt = " FreeBSD " >
117+ <img width = " 50 " alt = " freebsd " src =" https://github .com/user-attachments/assets/d35baaac-d296-41b1-a281-55dc761328e9 " / >
119118 <b >FreeBSD</b >
120119</summary >
121120
@@ -140,7 +139,7 @@ sudo chicha-ip-proxy
140139
141140<details >
142141<summary >
143- <img src =" https://sitebrush .com/e3124d65b5feeb6af8ec8f882b167a35.png " width = " 22 " alt = " OpenBSD " >
142+ <img width = " 50 " alt = " openbsd " src =" https://github .com/user-attachments/assets/11633d7e-5744-46da-ad2f-6e49c69e51de " / >
144143 <b >OpenBSD</b >
145144</summary >
146145
@@ -170,13 +169,13 @@ sudo chicha-ip-proxy
170169
171170## Как пользоваться / Usage
172171
173- Запустите без параметров:
172+ Запустите без параметров / Run without arguments :
174173
175174``` bash
176175sudo chicha-ip-proxy
177176```
178177
179- Мастер спросит:
178+ Мастер спросит / The wizard asks for :
180179
181180``` text
182181target IP
@@ -186,25 +185,8 @@ tcp / udp
186185allowed client IPs
187186```
188187
189- После этого можно сохранить прокси в автозапуск.
190-
191- Run without arguments:
192-
193- ``` bash
194- sudo chicha-ip-proxy
195- ```
196-
197- The wizard asks for:
198-
199- ``` text
200- target IP
201- remote port
202- local port
203- tcp / udp
204- allowed client IPs
205- ```
188+ После этого можно сохранить прокси в автозапуск / Then it can save the proxy as an autostart service.
206189
207- Then it can save the proxy as an autostart service.
208190
209191---
210192
@@ -219,7 +201,7 @@ sudo chicha-ip-proxy -local=8080 -remote=203.0.113.10:80 -proto=tcp
219201### UDP DNS
220202
221203``` bash
222- sudo chicha-ip-proxy -local=54 -remote=8.8.8.8:53 -proto=udp
204+ sudo chicha-ip-proxy -local=53 -remote=8.8.8.8:53 -proto=udp
223205```
224206
225207### IPv6 target
@@ -228,7 +210,7 @@ sudo chicha-ip-proxy -local=54 -remote=8.8.8.8:53 -proto=udp
228210sudo chicha-ip-proxy -local=8443 -remote=[2001:db8::10]:443 -proto=tcp
229211```
230212
231- ### Allow only one client IP
213+ ### Allow only from one client IP / Ограничить по 1 айпи:
232214
233215``` bash
234216sudo chicha-ip-proxy -local=8080 -remote=203.0.113.10:80 -allow=198.51.100.7
0 commit comments