Commit graph

41 commits

Author SHA1 Message Date
ssrlive
8438eddc95 The bypass value is IP/CIDR now 2024-04-19 22:17:36 +08:00
B. Blechschmidt
4f5a128972 Update README 2024-04-07 21:33:04 +02:00
Ebrahim Tahernejad
4ab6f1a9bc
XCFramework build for apple (#93) 2024-02-29 11:38:44 +08:00
ssrlive
b11e49b455 wiki link 2024-02-24 14:22:37 +08:00
ssrlive
ea5ffff82c Bump version 0.2.5 2024-02-10 14:45:44 +08:00
B. Blechschmidt
e08a0f683d Allow multiple bypass IP addresses/CIDRs in routing setup
See issue #73.
2023-10-29 23:48:38 +01:00
ssrlive
989c42ee61
Windows support (#72) 2023-10-23 09:44:27 +08:00
PaperDragon-SH
5d722fc2a3 optimize docker 2023-10-10 19:27:37 +02:00
ssrlive
c1ea5f1af2
rename bypass_ip to bypass (#66) 2023-10-03 11:39:06 +08:00
B. Blechschmidt
d75488f1d8 Improve Docker support description 2023-10-01 19:37:33 +02:00
PaperDragon-SH
c0c7fda891 docker support 2023-10-01 19:24:50 +02:00
ssrlive
abcff395d8 Bump version 0.1.6 2023-08-31 16:11:35 +08:00
ssrlive
0044756f78 --dns-addr option 2023-08-31 15:59:07 +08:00
B. Blechschmidt
0f67dd6981 Remove error robustness todo
Excessive expect and unwrap usage has been dealt with.
2023-08-20 20:01:02 +02:00
B. Blechschmidt
3543472c38 Update README with UDP info 2023-08-20 19:58:30 +02:00
ssrlive
c61b6c74cd swith socks5-impl 2023-07-24 20:48:56 +02:00
B. Blechschmidt
a292be4bd8 Update README 2023-07-01 22:17:25 +02:00
B. Blechschmidt
b838583bf1 Add sudo to automatic setup example in README 2023-04-16 10:28:52 +02:00
B. Blechschmidt
70cea8e11f Add manual tests for half open connections 2023-04-10 10:57:41 +02:00
B. Blechschmidt
167059c9d8 Describe --setup-ip in README 2023-03-26 16:30:30 +02:00
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