Commit graph

21 commits

Author SHA1 Message Date
B. Blechschmidt
b12e00c0f5 Document --setup-ip 2023-03-26 11:07:06 +02:00
B. Blechschmidt
2a2b188c75 Make setup argument optional 2023-03-26 00:47:34 +01:00
B. Blechschmidt
d0c24b9f6a Improve setup error handling and describe the setup function in the README 2023-03-26 00:18:28 +01:00
B. Blechschmidt
d4127af422 Add DNS hint
Virtual DNS intercepts the DNS queries generated by the machine. This
requires that the queries are actually sent through the tunnel
interface. In some scenarios, this is not automatically the case, for
example when `/etc/resolv.conf` contains a `nameserver` entry with some
local IP address for which there is a route through the ethernet
interface. A special-purpose IP address like 198.18.0.1 is unlikely to
be inside another route than the default route and can be used to force
DNS resolution through the tunnel.
2023-03-25 15:29:15 +01:00
B. Blechschmidt
a5aac8c0a4 Merge SOCKS4 support
The SOCKS4 tests in the CI pipeline will currently fail, as no SOCKS4
test server for automated testing has been set up yet.
2023-03-25 01:53:30 +01:00
B. Blechschmidt
c8e1872efe Add configuration notes 2023-03-24 22:28:59 +01:00
B. Blechschmidt
7dec7f59f1 Add some TODOs 2023-03-23 22:48:47 +01:00
B. Blechschmidt
7d3e37b1d9 Explain DNS feature in README 2023-03-23 22:44:04 +01:00
B. Blechschmidt
9ae74f10f6 Fix port in README 2023-03-22 16:24:41 +01:00
B. Blechschmidt
4aba996b64 Reflect authentication support in README 2023-03-22 16:07:44 +01:00
B. Blechschmidt
8dd075a7f4 Adapt README to new interface 2023-03-22 12:08:07 +01:00
B. Blechschmidt
5df3877042 Merge branch 'ssrlive' into auth 2023-03-22 12:03:51 +01:00
ssrlive
730d8c7045
Remove the modification to the routing table 2023-03-22 10:24:55 +08:00
B. Blechschmidt
0fb58bec5d Implement HTTP proxy authentication 2023-03-22 02:54:21 +01:00
B. Blechschmidt
072701c379 Update README example
973f7225e8 changed the CLI. Reflect that
change in the README example.
2023-03-21 00:20:05 +01:00
ssrlive
ebe91081d4 minor changes 2023-03-20 17:27:28 +08:00
ssrlive
b7a56032b9
Update README.md 2023-03-20 15:09:19 +08:00
ssrlive
384c10f439 update readme file 2023-03-20 14:16:07 +08:00
B. Blechschmidt
41c22fa4d4 Improve README and do not panic when reading from proxy fails 2022-08-17 00:04:08 +02:00
B. Blechschmidt
8af93a278e Fix route description 2021-09-03 15:12:13 +02:00
B. Blechschmidt
6607df83cd Initial commit 2021-09-02 15:02:19 +02:00