Commit Graph

  • 24037aba7b relay: added private tunnel ginuerzh 2023-01-29 11:55:26 +08:00
  • 93b40f4c86 fix race condition in config updating ginuerzh 2023-01-20 10:27:21 +08:00
  • 40360f0c6f add Close() for relay handler ginuerzh 2023-01-17 22:11:05 +08:00
  • 834c6447ca add webapi for ingress ginuerzh 2023-01-15 17:44:12 +08:00
  • 82cd924c86 add tunnel feature for relay ginuerzh 2023-01-14 13:15:15 +08:00
  • 9b128534a0 case-insensitive metadata key ginuerzh 2023-01-11 22:25:58 +08:00
  • 3b245ec381 grpc: cancel stream ginuerzh 2022-12-30 19:34:48 +08:00
  • bb106e2d89 fix dtls connection ginuerzh 2022-12-23 18:56:58 +08:00
  • fb29d5c80e tun: support multiple IPs ginuerzh 2022-12-22 17:44:30 +08:00
  • 67bbdbf5a3 update go.mod ginuerzh 2022-12-21 18:19:38 +08:00
  • ee2c05494c add more options for grpc ginuerzh 2022-12-21 18:17:46 +08:00
  • 86acbf7f66 update go.mod ginuerzh 2022-12-19 19:35:28 +08:00
  • 15feb7599e fix traffic limiter ginuerzh 2022-12-19 19:33:29 +08:00
  • 1cb719f694 fix tcp redirect ginuerzh 2022-12-17 22:42:05 +08:00
  • 3b21b41ab3 add new metadata for dtls ginuerzh 2022-12-17 22:40:45 +08:00
  • 61fdebe630 update go.mod ginuerzh 2022-12-02 17:42:56 +08:00
  • 25c393edaf grpc.dialer: do not resolve server address ginuerzh 2022-12-01 19:17:48 +08:00
  • 2e89811d59 sniffing protocol for port forwarding ginuerzh 2022-11-30 10:54:19 +08:00
  • 5f31240e29 add ignoreChain option for service ginuerzh 2022-11-29 10:32:00 +08:00
  • 82fff4976a fix direct dialer ginuerzh 2022-11-29 09:45:19 +08:00
  • 745196d805 mv registry interface to core library ginuerzh 2022-11-29 09:43:15 +08:00
  • dbae70232c change socks5 client to add tls auth method if auth configured VanyM 2022-11-25 17:22:18 +04:00
  • d76ded14f2 change socks5 client to provide userpass auth method only if auth configured VanyM 2022-11-25 17:18:18 +04:00
  • 1f08b7cccd fix no dialer crash VanyM 2022-11-25 15:48:24 +04:00
  • bcfff22669 don't resolve server addr for tun handler ginuerzh 2022-11-25 18:14:47 +08:00
  • 54ab717f6b add dtls tunnel ginuerzh 2022-11-18 17:19:20 +08:00
  • 58eb377ac4 fix panic in port forwarding ginuerzh 2022-11-16 14:54:05 +08:00
  • c1b2d3b086 add http3 reverse proxy ginuerzh 2022-11-12 17:14:11 +08:00
  • f87183b652 add wildcard supports for vhost ginuerzh 2022-11-12 13:43:43 +08:00
  • 1ff2bab1f0 add vhost for port forwarding ginuerzh 2022-11-11 22:23:36 +08:00
  • 81b6efc9b8 do not recreate tun device when connecting to server failed ginuerzh 2022-11-11 20:53:34 +08:00
  • 08a937f3a1 fix compile error ginuerzh 2022-11-05 16:37:26 +08:00
  • 84079e32d2 fix traffic limiter for CIDR ginuerzh 2022-11-05 16:10:26 +08:00
  • 2b9ea187b8 fix traffic limiter ginuerzh 2022-11-05 15:23:12 +08:00
  • 05ddda70e3 update tap ginuerzh 2022-11-04 18:48:28 +08:00
  • 30d44c7376 fix quic config ginuerzh 2022-11-03 21:30:01 +08:00
  • 76fbcb2046 add multiplex indication for pht ginuerzh 2022-11-02 20:44:55 +08:00
  • dc2fe32a2a fix pht connection ginuerzh 2022-11-02 18:11:50 +08:00
  • 669e80b780 add auth for tun ginuerzh 2022-10-20 21:08:26 +08:00
  • 15d0a33716 add log rotation config ginuerzh 2022-10-20 15:32:27 +08:00
  • bd7da26c42 fix compile error ginuerzh 2022-09-28 11:52:31 +08:00
  • a1255e52d8 fix proxy protocol ginuerzh 2022-09-28 11:47:56 +08:00
  • cf20abf656 add hop ginuerzh 2022-09-22 18:45:15 +08:00
  • 5237f79740 add chain hop ginuerzh 2022-09-20 17:54:03 +08:00
  • 1a1c038fd7 update chain route ginuerzh 2022-09-20 11:48:51 +08:00
  • 01d7dc77c6 update limiter ginuerzh 2022-09-14 20:00:35 +08:00
  • 91c12882f5 add conn limiter ginuerzh 2022-09-14 00:15:19 +08:00
  • 999707db19 add direct dialer and connector ginuerzh 2022-09-08 22:41:04 +08:00
  • efd8838c18 added proxy protocol ginuerzh 2022-09-08 21:31:11 +08:00
  • 54e1801e74 add limiter web api ginuerzh 2022-09-06 15:38:45 +08:00
  • 779af72f7c update go.mod ginuerzh 2022-09-05 22:49:13 +08:00
  • 4c2131ca6d add rate limiter ginuerzh 2022-09-05 22:47:51 +08:00
  • e23da0f319 add rate limiter ginuerzh 2022-04-21 21:37:30 +08:00
  • a04c8b45f3 update selector ginuerzh 2022-09-04 13:24:32 +08:00
  • 05bfeb8a0f update swagger.yaml ginuerzh 2022-09-03 20:28:35 +08:00
  • ba4b0b8e0f fix auther option for socks5 handler ginuerzh 2022-09-03 17:29:10 +08:00
  • 00e4ece170 fix panic caused by auth logger ginuerzh 2022-09-03 16:26:52 +08:00
  • 6546f4a905 fix default selector ginuerzh 2022-09-02 21:53:50 +08:00
  • 00f7fa2997 add weight for selector ginuerzh 2022-09-02 17:23:59 +08:00
  • c643014e12 add selector ginuerzh 2022-09-02 15:00:07 +08:00
  • 09dbdbb03c add backup filter ginuerzh 2022-09-02 11:52:44 +08:00
  • 9b695bc374 add chain group ginuerzh 2022-09-02 10:57:40 +08:00
  • 470d229c58 fix transport ginuerzh 2022-08-31 20:18:52 +08:00
  • be7af96d40 improve cidr matcher ginuerzh 2022-08-31 10:10:14 +08:00
  • d043ad94e7 add nodes field for forwarder ginuerzh 2022-08-25 21:35:37 +08:00
  • 498a425656 add hop level bypass ginuerzh 2022-08-24 23:13:47 +08:00
  • bdd239fb09 add list support for auther, admission and bypass ginuerzh 2022-08-23 21:49:49 +08:00
  • fe6554d8a3 add keepalive for tun ginuerzh 2022-08-22 22:14:09 +08:00
  • dc36d50fb2 add ttl option for quic ginuerzh 2022-08-21 21:47:07 +08:00
  • ca414f655d update tun handler ginuerzh 2022-08-21 13:54:52 +08:00
  • d61b1ba1b3 set default tun name ginuerzh 2022-08-20 21:28:38 +08:00
  • 84b18fbd04 default tun name for windows ginuerzh 2022-08-20 20:11:46 +08:00
  • b24a15ea34 change tun from water to wireguard ginuerzh 2022-08-20 19:41:50 +08:00
  • 8098e9f976 fix grpc dialer ginuerzh 2022-08-19 22:26:40 +08:00
  • 4c1da3e4d4 update tun/tap ginuerzh 2022-08-18 14:50:13 +08:00
  • c720ab351e update core library ginuerzh 2022-08-18 13:23:05 +08:00
  • a1a2ea59d4 fix double copy in transport ginuerzh 2022-08-18 13:18:59 +08:00
  • bd60c2cf14 upgrade quic-go ginuerzh 2022-08-18 13:12:11 +08:00
  • f3f3acd4e1 more fine-grained log level ginuerzh 2022-08-18 11:34:57 +08:00
  • 052b8e9468 add support for socks5 connector udp relay ginuerzh 2022-07-29 22:57:48 +08:00
  • 90453838a1 fix crash when starting http3 server ginuerzh 2022-07-29 21:19:41 +08:00
  • 818463260f add path option support for grpc ginuerzh 2022-07-27 18:01:22 +08:00
  • d7b56871a9 customize random-generated certificate information ginuerzh 2022-07-27 16:58:49 +08:00
  • f7be171df5 add ipv4-only support for listener ginuerzh 2022-07-27 15:17:03 +08:00
  • 00bf0c87b4 fix wrong h2c scheme ginuerzh 2022-07-27 14:13:01 +08:00
  • 287dd25964 fix tun route option ginuerzh 2022-05-12 18:41:40 +08:00
  • 59db7898d8 fix resolver fallback ginuerzh 2022-05-01 20:54:45 +08:00
  • 99540014d0 fix shadowsocks connector ginuerzh 2022-05-01 17:08:57 +08:00
  • 5b11cc9b9e upgrade quic to v0.27.0 ginuerzh 2022-04-22 00:07:37 +08:00
  • 5f3e4177a1 improve file and redis loader ginuerzh 2022-04-21 23:24:52 +08:00
  • dca2a79c54 update sni handler ginuerzh 2022-04-14 14:53:13 +08:00
  • 7a334c173c update go-gost/core ginuerzh 2022-04-13 22:36:19 +08:00
  • 65b44b0790 update kcp ginuerzh 2022-04-13 21:30:30 +08:00
  • b0859bcebf add loader for hosts ginuerzh 2022-04-12 22:25:21 +08:00
  • 24f90c1ce3 fix tcp redirect when sniffing tls ginuerzh 2022-04-12 19:29:37 +08:00
  • 4808441fb3 add recorder ginuerzh 2022-04-11 23:14:20 +08:00
  • d6f8ec5116 add file and redis loader ginuerzh 2022-04-11 00:03:04 +08:00
  • 3bc2524068 refine bypass and admission pattern matchers ginuerzh 2022-04-09 23:30:28 +08:00
  • 60b30598a2 update go.mod ginuerzh 2022-04-08 21:19:17 +08:00
  • d011aefefd fix metadata ginuerzh 2022-04-07 23:03:31 +08:00