You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ Currently it is intended to run as a more-or-less drop-in replacement of the `aa
11
11
- fast: main IO loop is using modern [io_uring](https://kernel.dk/io_uring.pdf) kernel API
12
12
- reconnecting: trying to reconnect/recover AndroidAuto connection in any possible case
13
13
- bandwidth/transfer statistics
14
+
-[embedded web interface](#embedded-web-interface)
14
15
- stall transfer detection
15
16
-[MITM (man-in-the-middle) mode](#mitm-mode) support with the following features:
16
17
- DPI change
@@ -62,6 +63,12 @@ And this finally worked perfectly fine (and also really efficient as a bonus).
62
63
- Because the project main functionality (data transfer) is dependent on kernel [io_uring](https://kernel.dk/io_uring.pdf) API, the Linux kernel has to be in version 5.10 or later.
63
64
- My time resources are limited, so don't expect to prompt answers and ETAs on different requests. I am doing this as a hobby in my spare time.
64
65
66
+
## Embedded web interface
67
+
When you connect to the device's WiFi network, you can access the web interface, which is available by default at: [http://10.0.0.1](http://10.0.0.1).<br>
68
+
Using the web interface, you can configure all settings that are also available in `/etc/aa-proxy-rs/config.toml`:<br>
69
+

70
+
You can also download logs with a single click.
71
+
65
72
## How it works (technical)
66
73

67
74
The whole connection process is not trivial and quite complex. Here I am listing the needed steps the app is doing from the start to make a connection:
0 commit comments