mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-06-28 19:50:00 +00:00
doc: fix Docker URL in README
This commit is contained in:
parent
3baa41a1fb
commit
b5fbaa2d19
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ cargo build --release
|
||||||
```
|
```
|
||||||
|
|
||||||
### Building Framework for Apple Devices
|
### Building Framework for Apple Devices
|
||||||
To build an XCFramework for macOS and iOS, run the following:
|
To build an XCFramework for macOS and iOS, run the following:
|
||||||
```
|
```
|
||||||
./build-apple.sh
|
./build-apple.sh
|
||||||
```
|
```
|
||||||
|
@ -221,7 +221,7 @@ services:
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
container_name: tun2proxy
|
container_name: tun2proxy
|
||||||
image: ghcr.io/tun2proxy/tun2proxy:latest-ubuntu
|
image: ghcr.io/tun2proxy/tun2proxy-ubuntu:latest
|
||||||
command: --proxy proto://[username[:password]@]host:port
|
command: --proxy proto://[username[:password]@]host:port
|
||||||
alpine:
|
alpine:
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue