Commit Graph

  • 2c82233b4f add more config options for kcp ginuerzh 2023-11-16 21:42:11 +0800
  • a465210bd6 fix forwarding node address parsing ginuerzh 2023-11-16 20:38:16 +0800
  • f5a20fd0fc remove nodelay option for tunnel ginuerzh 2023-11-16 20:36:17 +0800
  • 34b9e3b16e utls wenyifan 2023-11-15 17:49:38 +0800
  • 3038eb66d8 utls wenyifan 2023-11-15 15:45:09 +0800
  • 52aa2027d0 Merge branch 'master' into dev wenyifan 2023-11-15 10:35:36 +0800
  • 9584bdbf4c rm tunnel from relay ginuerzh 2023-11-14 22:35:46 +0800
  • d7b7ac6357 add range port support for forwarder node ginuerzh 2023-11-14 19:41:57 +0800
  • 6108000cce utls v0.0.1 wenyifan 2023-11-14 00:32:42 +0800
  • ca1f44d93c update ingress interface ginuerzh 2023-11-13 20:40:42 +0800
  • 696d10fc28 add webtransport tunnel master ginuerzh 2023-11-10 21:29:11 +0800
  • 6bface4581 add path option for hop ginuerzh 2023-11-09 20:34:59 +0800
  • 3eca21104a add port filter for matcher ginuerzh 2023-11-09 10:59:32 +0800
  • a697bf2e35 update resolver ginuerzh 2023-11-08 20:51:43 +0800
  • 6980fcfb19 improve udp listener ginuerzh 2023-11-07 23:10:44 +0800
  • d464be5fd0 update sd ginuerzh 2023-11-02 22:31:52 +0800
  • 68edeb2d59 update sd ginuerzh 2023-11-02 20:52:33 +0800
  • a7166b8206 add sd for tunnel ginuerzh 2023-10-31 22:59:14 +0800
  • e8d5e719a4 add tls options ginuerzh 2023-10-29 10:27:13 +0800
  • cffbecc3c0 update go.mod ginuerzh 2023-10-27 22:14:13 +0800
  • 0bef7c0cdf improve tunnel handler ginuerzh 2023-10-27 22:11:11 +0800
  • a4e3c25b22 Bump google.golang.org/grpc from 1.58.1 to 1.58.3 dependabot[bot] 2023-10-25 21:23:53 +0000
  • bcc75c5ba4 update tunnel handler ginuerzh 2023-10-27 08:48:16 +0800
  • e5fa371586 add options for components ginuerzh 2023-10-26 22:20:10 +0800
  • 33adbb9027 fix mws dialer ginuerzh 2023-10-25 23:11:55 +0800
  • 5b1183661f set smux version to 1 ginuerzh 2023-10-24 20:45:19 +0800
  • 1801d855c5 update go.mod ginuerzh 2023-10-20 23:56:32 +0800
  • 95ae6e3f57 generate random tunnel id ginuerzh 2023-10-20 23:54:45 +0800
  • 5931de19d4 update go.mod ginuerzh 2023-10-20 19:13:40 +0800
  • 28824885ab add entrypoint for tunnel handler ginuerzh 2023-10-20 19:12:09 +0800
  • 1e17320dfb update go.mod ginuerzh 2023-10-19 23:49:12 +0800
  • cc4310106b fix race condition ginuerzh 2023-10-19 23:47:47 +0800
  • f2fd6554ad get real client ip for http forwarding ginuerzh 2023-10-18 21:22:44 +0800
  • 54b56df214 fix race condition ginuerzh 2023-10-18 19:19:43 +0800
  • 3f3deb98b8 fix http traffic forwarding ginuerzh 2023-10-18 14:32:42 +0800
  • 5d57852c8a fix websocket for forward handler ginuerzh 2023-10-17 23:25:13 +0800
  • a9f0dda805 fix websocket for tunnel ginuerzh 2023-10-17 23:04:30 +0800
  • 0a565120df default to smux version 2 for tunnel ginuerzh 2023-10-17 22:15:23 +0800
  • 1759c95e78 add mux config ginuerzh 2023-10-17 21:55:07 +0800
  • bf5311ddc3 fix http handler for tunnel ginuerzh 2023-10-16 23:53:58 +0800
  • 5dfbb59f8a update forward handler ginuerzh 2023-10-16 23:16:47 +0800
  • 5ab729b166 fix serial ginuerzh 2023-10-15 23:55:52 +0800
  • 497915f465 add tunnel handler and connector ginuerzh 2023-10-15 15:39:25 +0800
  • 033151a770
    Merge pull request #13 from go-gost/dependabot/go_modules/golang.org/x/net-0.17.0 ginuerzh 2023-10-14 21:06:55 +0800
  • 5488076801 add recorder for relay tunnel endpoint ginuerzh 2023-10-14 21:06:03 +0800
  • bd9f8e9364
    Bump golang.org/x/net from 0.15.0 to 0.17.0 dependabot[bot] 2023-10-11 23:12:28 +0000
  • 4be7d60147 add auther for metrics ginuerzh 2023-10-09 21:27:35 +0800
  • 61f1f05339 fix panic in tun handler ginuerzh 2023-10-08 22:04:36 +0800
  • 6a36ebcc9f add proxy protocol support for relay tunnel and rtcp ginuerzh 2023-10-08 19:49:03 +0800
  • 07db20c9a8 fix socks5 connector ginuerzh 2023-10-04 16:34:17 +0800
  • 9d46255a18 fix socks5 selector ginuerzh 2023-09-30 17:52:18 +0800
  • 836cf6eade add network for bypass ginuerzh 2023-09-30 17:51:55 +0800
  • ea585fc25d add reload and plugin support for hop ginuerzh 2023-09-28 21:04:15 +0800
  • ddc3c9392e add client addr for auth plugin ginuerzh 2023-09-21 19:59:56 +0800
  • 1760151500 add HTTP plugin ginuerzh 2023-09-20 22:56:43 +0800
  • afddd2d29e update plugin module ginuerzh 2023-09-19 22:35:09 +0800
  • 674a70cd23 add client ID for plugin service ginuerzh 2023-09-19 22:31:37 +0800
  • 95da26cf49 add unix/serial dialer and connector ginuerzh 2023-09-18 23:14:55 +0800
  • b720e72870
    Merge pull request #12 from gost-dev/bump-deps ginuerzh 2023-09-18 21:19:20 +0800
  • a743862f23 add recorder for serial handler ginuerzh 2023-09-18 21:13:11 +0800
  • 7833ca8bc6 replace deprecated method Charles Xu 2023-09-18 10:16:48 +0000
  • 03721e8c7e update deps Charles Xu 2023-09-18 10:01:14 +0000
  • a623232cc1 add recorder for serial handler ginuerzh 2023-09-18 09:43:01 +0800
  • f2ff1aa45a add unix domain socket ginuerzh 2023-09-16 23:14:12 +0800
  • 92db078642 add network feature for relay ginuerzh 2023-09-16 21:47:40 +0800
  • ee4f80b68d add serial port(COM) listener and handler ginuerzh 2023-09-16 09:43:00 +0800
  • 719f5c8267
    Merge pull request #11 from honwen/master ginuerzh 2023-09-15 23:54:54 +0800
  • da582d1da1
    Merge branch 'master' into master ginuerzh 2023-09-15 23:53:59 +0800
  • 34f9f410d5 Bump github.com/gin-gonic/gin from 1.8.2 to 1.9.1 dependabot[bot] 2023-06-01 20:27:31 +0000
  • a2878c3155 bump deps; bump sdk to 1.21 honwen.chan 2023-08-22 00:02:27 +0800
  • 46db8480fa add timeout for sniffing ginuerzh 2023-05-21 15:47:51 +0800
  • 30c705ffe5 increase transport buffer size ginuerzh 2023-05-01 14:05:18 +0800
  • 73b563f0c1 add token for plugin ginuerzh 2023-04-20 19:05:59 +0800
  • 32c8188351 add plugin system ginuerzh 2023-04-18 20:52:56 +0800
  • 7576651a67 add client label for metrics ginuerzh 2023-04-14 18:51:34 +0800
  • de5ce1e1ca add async option for dns handler ginuerzh 2023-04-14 18:50:33 +0800
  • 18fa84b51f load default CA from ca.pem ginuerzh 2023-03-21 18:28:05 +0800
  • a39800270b load default CA from ca.pem ginuerzh 2023-03-21 18:11:06 +0800
  • fb7b827ea2 fix keepalive for websocket ginuerzh 2023-03-21 17:58:10 +0800
  • 661953e09f fix grpc dialer ginuerzh 2023-03-20 18:28:35 +0800
  • f32b72ce56 fix grpc dialer ginuerzh 2023-03-07 23:51:27 +0800
  • 7a21c7eb6f add keepalive for ssh ginuerzh 2023-03-03 13:06:20 +0800
  • 54046d2003 update go.mod ginuerzh 2023-02-26 13:45:00 +0800
  • a0765edd40 add default server name for tls client config ginuerzh 2023-02-24 20:20:10 +0800
  • 09ee29091b fix relay connect handler ginuerzh 2023-02-14 18:53:57 +0800
  • b8027864a3 relay: fix routing for http traffic from entrypoint ginuerzh 2023-02-12 20:42:46 +0800
  • 6f9f5ce6ab relay: add direct routing for tunnel ginuerzh 2023-02-06 21:16:56 +0800
  • 02a5f4dde4 go1.20 ginuerzh 2023-02-04 18:44:52 +0800
  • e2d5d50b4b relay: use service for rtcp bind handler ginuerzh 2023-02-04 18:38:21 +0800
  • c84b4e698c add tunnel option for relay handler ginuerzh 2023-02-02 23:25:52 +0800
  • a684248377 update go.mod ginuerzh 2023-02-02 19:56:28 +0800
  • 416405b1f0 add UDP support for reverse proxy tunnel ginuerzh 2023-02-02 19:18:10 +0800
  • 9750998940 fix http response code when forwarder node is not available ginuerzh 2023-01-31 18:07:44 +0800
  • ebdb77d71f add auth support for forwarder node ginuerzh 2023-01-31 14:04:28 +0800
  • 3e35a7b761 add authBasicRealm metadata for HTTP/HTTP2 handler ginuerzh 2023-01-31 13:42:55 +0800
  • 1c6bc9283e forward non-HTTP traffic based on host ginuerzh 2023-01-30 21:09:21 +0800
  • 3afa3b6860 fix http traffic forwarding ginuerzh 2023-01-30 14:38:13 +0800
  • 43036f8e64 fix http traffic forwarding ginuerzh 2023-01-29 23:32:13 +0800
  • a0efee1541 update core pkg ginuerzh 2023-01-29 20:46:18 +0800
  • 66234239e4 add http node settings ginuerzh 2023-01-29 20:31:13 +0800