naison
ed4c6bbe2f
feat: add syncthing for clone mode ( #270 )
...
* feat: add syncthing for clone mode
---------
Co-authored-by: wencaiwulue <895703375@qq.com >
2024-06-21 21:27:20 +08:00
naison
2ec20f7d1d
refactor: upgrade ( #266 )
2024-05-24 10:54:12 +08:00
naison
6fed288e67
chore: add label to get cidr pod spec ( #261 )
...
* chore: add label to get cidr pod spec
* chore: add label selector
2024-05-21 19:14:08 +08:00
naison
80e3aa154c
chore: add label to get cidr pod spec ( #260 )
2024-05-21 18:51:54 +08:00
naison
38b9ad1991
hotfix: fix get cidr npe ( #259 )
2024-05-21 18:40:55 +08:00
naison
78762cd9e5
hotfix: fix clone mode use jumped kubeconfig ( #251 )
2024-05-16 10:53:58 +08:00
naison
331423c308
feat: not set ipv6 if ipv6 is not enable on linux ( #248 )
...
* feat: not set ipv6 if ipv6 is not enable on linux
2024-05-14 14:17:34 +08:00
naison
3e51bf0f4d
hotfix: close chan ( #245 )
2024-05-13 19:58:56 +08:00
naison
70d5723e97
refactor: refactor daemon process ( #242 )
...
* refactor: refactor daemon process
* hotfix: add fsnotify to watch pid file
2024-05-10 21:39:14 +08:00
naison
a0137ad485
hotfix: fix alias ( #240 )
2024-05-07 19:02:39 +08:00
naison
d2d411a1cb
feat: support ssh jump inline ( #238 )
...
* feat: support ssh jump inline
* chore: add more comment
2024-05-03 22:28:25 +08:00
naison
d16bdf8fea
hotfix: use flag gssapi as default value ( #237 )
2024-05-01 09:53:00 +08:00
naison
9df4efb98b
refactor: refactor cmd alias status and disconnect ( #233 )
...
* refactor: refactor cmd alias status and disconnect
---------
Co-authored-by: wencaiwulue <895703375@qq.com >
2024-04-27 18:22:34 +08:00
naison
f93b06ea1c
feat: cmd alias config file support special ( #232 )
2024-04-27 09:58:38 +08:00
naison
31d7e4debb
refactor: refactor dns ( #218 )
...
* refactor: refactor dns
* refactor: optimize forward dns server
* refactor: add short domain test
* refactor: fix remove nameserver from resolver bug
---------
Co-authored-by: wencaiwulue <895703375@qq.com >
2024-04-13 16:39:26 +08:00
naison
45491f185d
hotfix: fix ping bug ( #213 )
...
Co-authored-by: wencaiwulue <895703375@qq.com >
2024-04-06 13:16:13 +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
87166494c0
refactor: update go mod library ( #210 )
...
refactor: update go mod library and refactor dev logic
Co-authored-by: wencaiwulue <895703375@qq.com >
2024-04-04 12:04:02 +08:00
naison
d3aeae7573
hotfix: fix flag context not works bug ( #204 )
2024-04-01 11:44:59 +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
600e35b8d7
refoctor: ssh logic ( #194 )
...
* feat: optimize ssh
2024-03-08 19:16:29 +08:00
naison
0730cb12b7
refactor: move ssh jump to util ( #184 )
...
Co-authored-by: wencaiwulue <895703375@qq.com >
2024-03-03 11:49:44 +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
2fdfc1d88d
feat: proxy mode add portmap option ( #176 )
...
Co-authored-by: wencaiwulue <895703375@qq.com >
2024-02-23 21:17:24 +08:00
naison
01e3456ad3
fix: ssh portmap redo ssh dial ( #170 )
2024-02-17 19:25:35 +08:00
naison
4abc5f004a
fix: fix some bug and optimize ssh logic ( #147 )
2024-02-07 20:36:10 +08:00
naison
9be04cc149
feat: dhcp server use grpc instead of http ( #138 )
2024-01-28 14:42:37 +08:00
naison
f9ef4c8dad
fix: add lock to handle webhook event
2024-01-27 16:33:02 +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
naison
4a2abc24da
chore: update README ( #111 )
...
* chore: update README
* chore: rename org name
2024-01-01 18:01:54 +08:00
naison
a66fbb1637
feat: upgrade client-go version to v0.29.0 ( #109 )
...
* feat: upgrade client-go version to v0.29.0
* feat: upgrade coredns version
* chore: update README.md
2024-01-01 16:45:54 +08:00
fengcaiwen
7c53cbc79b
fix: download bug
2023-12-16 23:21:55 +08:00
naison
c80f610fc1
feat: ssh support auth gssapi ( #97 )
...
* feat: support ssh auth GSSAPI
* feat: support ssh auth GSSAPI
2023-11-26 17:21:12 +08:00
naison
1a9593f140
feat: optimize code ( #96 )
...
optimize code and fix testcase
2023-11-23 12:35:34 +08:00
fengcaiwen
0e0885afd5
feat: rorate log
2023-11-21 21:52:45 +08:00
fengcaiwen
b87b9c91ee
hotfix: fix ssh failed issue
2023-11-05 10:39:21 +08:00
fengcaiwen
fa49431752
feat: ssh add BannerCallback
2023-10-29 17:11:53 +08:00
fengcaiwen
487ec8e24d
feat: install if remote ssh server not exist command kubevpn
2023-10-29 17:11:53 +08:00
fengcaiwen
b2458c2020
feat: add ssh to linux server
2023-10-29 17:11:53 +08:00
fengcaiwen
2d44c9b00d
feat: lite mode not add route diy cidr
2023-10-28 18:15:19 +08:00
fengcaiwen
126eca32f8
feat: add origin kubeconfig path for show status
2023-10-28 18:15:19 +08:00
fengcaiwen
b25849657d
feat: add connect lite mode and optimize dns
2023-10-28 18:15:19 +08:00
fengcaiwen
1f4ea3ba87
feat: disconnect works well
2023-10-28 18:15:19 +08:00
fengcaiwen
4a10be295f
feat: remove env EnvTunNameOrLUID
2023-10-28 18:15:19 +08:00
guoguangwu
afb2e9b667
chore: remove refs to deprecated io/ioutil
2023-10-17 11:20:20 +08:00
fengcaiwen
c37ae5cd0e
chore: update log
2023-10-02 13:44:23 +08:00
fengcaiwen
4d10bd4124
feat: typo
2023-10-02 13:44:23 +08:00
fengcaiwen
223e41eb30
feat: ssh add heartbeat
2023-10-02 13:44:23 +08:00
fengcaiwen
1af3d0ba0f
feat: use default ssh key
2023-10-02 13:44:23 +08:00
fengcaiwen
c3df4e3ffa
feat: upgrade works on macOS and needs to test on Windows
2023-10-02 13:44:23 +08:00