Commit Graph

63 Commits

Author SHA1 Message Date
fengcaiwen e830a28581 fix: fix bugs 2025-10-21 12:35:16 +08:00
naison ca6a2be70f refactor: optimize get pod/service netowrk cidr logic (#585) 2025-05-09 13:06:32 +08:00
naison ca333fcdaf feat: encrypt with tls 1.3 (#522) 2025-04-12 12:30:05 +08:00
naison b46f7a9877 refactor: divide log to session and backend (#487)
* refactor: divide log to session and backend
2025-03-23 13:59:10 +08:00
naison 77570575ca refactor: upgrade deploy image if client version is incompatibility with image tag (#470) 2025-03-14 20:52:22 +08:00
naison c947472d47 hotfix: fix ssh terminal bug 2025-02-13 04:46:59 +00:00
fengcaiwen 12920650ba feat: aws fargate mode works 2025-01-18 11:10:20 +08:00
fengcaiwen b6cfba7db9 feat: fargate mode works basic 2025-01-18 10:52:51 +08:00
naison 2aa7812cb1 feat: use gvisor parse network packet in pod (#369) 2024-11-15 20:56:10 +08:00
naison a64eaf66da hotfix: fix port forward and ssh (#357)
* hotfix(portfoward): fix port-forward bug and ssh reconnect bug

* hotfix: remove larger overlapping cidrs for adding routes

* feat: retry port-forward if get pod err is not forbidden

* hotfix: fix ssh and port-forward

* feat: add more log

* hotfix: set go default revolver perfergo options to true
2024-10-20 11:23:49 +08:00
naison 69b6fa6318 hotfix: fix interface conversion panic (#318) 2024-08-03 16:05:33 +08:00
naison 0826f2e20c refactor: refactor log make it more formal (#314) 2024-08-03 15:01:16 +08:00
naison bbf3914f1e hotfix: fix upgrade (#305) 2024-07-23 20:54:06 +08:00
naison a37bfc28da hotfix: fix upgrade use rename but cross device (#304) 2024-07-21 21:08:17 +08:00
naison bc7d205695 refactor: refactor DHCP logic (#298) 2024-07-19 22:07:35 +08:00
naison 4eeecd5255 refactor: refactor get cidr logic (#211)
Co-authored-by: wencaiwulue <895703375@qq.com>
2024-04-05 11:03:52 +08:00
naison fadfd00927 hotfix: fix cpu usage high cause by in loop to call <-time.Tick(xxx) (#201)
Co-authored-by: wencaiwulue <895703375@qq.com>
2024-03-31 11:05:34 +08:00
naison e232bf902e refactor: optimize ssh and set dns server logic (#183)
Co-authored-by: wencaiwulue <895703375@qq.com>
2024-03-03 00:57:47 +08:00
naison 847c2c8cc1 feat: update go mod to v2 (#127)
* feat: update go mod to v2

* feat: typo
2024-01-14 18:00:12 +08:00
fengcaiwen 2d44c9b00d feat: lite mode not add route diy cidr 2023-10-28 18:15:19 +08:00
fengcaiwen 4d10bd4124 feat: typo 2023-10-02 13:44:23 +08:00
fengcaiwen e801209349 feat: dev with ssh works well 2023-10-02 13:44:23 +08:00
fengcaiwen 76f1b74076 feat: log more info 2023-10-02 13:44:23 +08:00
fengcaiwen 9641e29d6e feat: needs to test serve 2023-10-02 13:44:23 +08:00
fengcaiwen baedcb114c feat: cleanup works fine 2023-10-02 13:44:23 +08:00
fengcaiwen cacb65efb9 feat: restore patch works fine 2023-10-02 13:44:23 +08:00
fengcaiwen 48417b0e49 feat: works fine 2023-10-02 13:44:23 +08:00
fengcaiwen 92bf36bd3d feat: complete gvisor 2023-08-20 15:17:29 +08:00
fengcaiwen ff2fcf939f feat: complete gvisor 2023-08-20 15:17:29 +08:00
fengcaiwen d87363d2cd perf: use chan to communicate between tcpserver and tun 2023-07-26 12:50:32 +08:00
fengcaiwen fd061499c1 feat: update README.md 2023-06-08 17:30:16 +08:00
fengcaiwen f9c0a674be feat: support more docker options 2023-05-17 14:27:52 +08:00
fengcaiwen 4a5c1374fb feat: optimize code 2023-03-17 21:48:46 +08:00
fengcaiwen 1970f30f9d feat: optimize code 2023-03-17 21:48:46 +08:00
fengcaiwen a545f3a958 feat: use 32345 as pprof port 2023-03-17 21:48:46 +08:00
wencaiwulue 321a63ab96 feat: disable update official krew index 2023-03-15 21:35:04 +08:00
wencaiwulue 09528748b0 feat: optimize code 2023-03-15 21:17:29 +08:00
wencaiwulue 4f9d1f7db8 feat: add mode duplicate 2023-03-15 21:17:29 +08:00
fengcaiwen caeaab9ba2 feat: split connect into connect and proxy 2023-03-10 20:49:22 +08:00
fengcaiwen 75af5c2b14 feat: send heartbeats with gopacket 2023-03-10 17:35:59 +08:00
fengcaiwen f7413ce0b9 feat: delete extension lib before exit 2023-03-09 18:02:12 +08:00
fengcaiwen 1b7794aa92 feat: optimize get cidr logic 2023-03-08 21:43:09 +08:00
wencaiwulue f2c663f7fb feat: optimize redo port-forward logic 2023-02-27 21:10:26 +08:00
wencaiwulue 5f814f6d02 feat: optimize performance 2023-02-26 18:25:50 +08:00
fengcaiwen 8b4b38d6c2 feat: use api to get and release ip 2023-02-22 17:11:13 +08:00
wencaiwulue 48c34d8512 feat: rent and release ip use api 2023-02-22 09:01:33 +08:00
wencaiwulue 1211a76700 feat: change sa if permission can't curd secrets and configmaps 2023-02-22 00:22:53 +08:00
fengcaiwen 589f57afb0 feat: restore sa 2023-02-16 21:01:55 +08:00
fengcaiwen 674d4aeefe feat: add dev mode in docker container 2023-02-16 21:01:42 +08:00
fengcaiwen 93151f03f0 fix: ignore ping error 2023-02-10 12:03:51 +08:00