Commit Graph

108 Commits

Author SHA1 Message Date
cyp0633 35ebf5e9b5 Use http connection test for convenient hijacking 2024-03-02 12:35:32 +08:00
cyp0633 c29972beb6 Update connection and server timeouts 2024-03-02 11:12:30 +08:00
cyp0633 3929b84480 Add hook for successful login 2024-03-02 10:52:30 +08:00
cyp0633 74c6dfddff Update workflow 2024-03-02 10:48:03 +08:00
cyp0633 d59b6e7319 Chore: update deps 2024-03-02 10:40:36 +08:00
cyp0633 1929e81732 Feat(web): optional auto logout before exit 2024-03-02 10:39:12 +08:00
cyp0633 18a247fdd4 Fix md5 sum algorithm 2024-03-02 00:07:14 +08:00
cyp0633 1115f55461 Retry more times to find captive server 2024-03-02 00:01:19 +08:00
cyp0633 f48aed8a29 Add web login functionality 2024-03-01 23:22:20 +08:00
Yupeng Chen e7e300b338
Add systemd service 2023-07-25 22:28:43 +08:00
Yupeng Chen 4364e27e97
Merge pull request #3 from sleep1223/master
Go 编译体积优化
2023-05-07 10:00:10 +08:00
sleep1223 40ae9a4d0b
Update build.yml 2023-05-06 13:42:30 +08:00
sleep1223 eff3ec62d4
Update build.yml no || 2023-05-06 13:40:20 +08:00
sleep1223 5b6ff0d16c
Update build.yml 2023-05-06 13:40:00 +08:00
sleep1223 b040cf88df
Update build.yml 2023-05-06 13:38:33 +08:00
sleep1223 3f096c83ce
Update build.yml 2023-05-06 13:29:13 +08:00
sleep1223 0f09150e53
Update build.yml 2023-05-06 13:26:29 +08:00
sleep1223 d8404dd3ac
Update build.yml 2023-05-06 13:20:19 +08:00
sleep1223 d40210abcb
Update build.yml 2023-05-06 13:12:15 +08:00
sleep1223 0b6e90da9a
Update build.yml 2023-05-06 13:08:37 +08:00
sleep1223 9061fed406
test 2023-05-06 13:06:19 +08:00
sleep1223 5cab4ee52c
Update build.yml 2023-05-06 12:53:56 +08:00
sleep1223 fe268a91d9
t 2023-05-06 12:50:40 +08:00
sleep1223 5e7f7e1741
Update build.yml 2023-05-06 12:47:04 +08:00
sleep1223 2e76793a40
Update build.yml 2023-05-06 12:44:31 +08:00
sleep1223 c31426cee5
Update build.yml 2023-05-06 12:40:44 +08:00
sleep1223 a96b8f4a25
test4 2023-05-06 12:36:07 +08:00
sleep1223 b298888e71
test3 2023-05-06 12:32:41 +08:00
sleep1223 e4c033920c
test2 2023-05-06 12:29:49 +08:00
sleep1223 52d8325662
test 2023-05-06 12:28:00 +08:00
sleep1223 5986cc53ff
Update build.yml of add upx 2023-05-06 12:24:07 +08:00
sleep1223 de74ee672a
Update build.yml of add upx 2023-05-06 12:20:13 +08:00
sleep1223 82a46577f2
Update build.yml 2023-05-06 12:10:15 +08:00
cyp0633 dac25f1546
Add challenge response length check 2023-04-23 16:52:09 +08:00
cyp0633 28414b63a9
Hook: connect success & disconnect 2023-04-15 23:08:53 +08:00
cyp0633 6647216ca1
More fail processing 2023-04-04 20:38:08 +08:00
cyp0633 e48576256e
Add ActionOnDisconnect configuration 2023-04-04 20:19:48 +08:00
cyp0633 2d4e03b127
Move Daemonize() to util package 2023-04-04 20:04:49 +08:00
Yupeng Chen 4dacf2d219
Merge pull request #2 from cyp0633/dependabot/go_modules/golang.org/x/sys-0.1.0
Bump golang.org/x/sys from 0.0.0-20181122145206-62eef0e2fa9b to 0.1.0
2023-03-31 21:07:29 +08:00
dependabot[bot] 6f3b78cb12
Bump golang.org/x/sys from 0.0.0-20181122145206-62eef0e2fa9b to 0.1.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20181122145206-62eef0e2fa9b to 0.1.0.
- [Release notes](https://github.com/golang/sys/releases)
- [Commits](https://github.com/golang/sys/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-31 13:05:48 +00:00
cyp0633 5d80ba2673
Update workflow to build binary for MT7621
Close #1

Co-authored-by: sleep1223 <93594549+sleep1223@users.noreply.github.com>
2023-03-31 19:55:32 +08:00
cyp0633 d6667f48de
Hotfix: panic on first login fail 2023-03-29 00:06:29 +08:00
cyp0633 2e1efd7b3c
Open random port if 61440 fails 2023-03-23 23:00:02 +08:00
cyp0633 5d38ceb25a
Rollback exponental backoff 2023-03-23 22:49:34 +08:00
cyp0633 7cc3c32742
Fix: getting outbound IP error 2023-03-11 10:59:27 +08:00
cyp0633 b46e6b0094
Test getting outbound ip 2023-03-11 10:51:07 +08:00
cyp0633 47c826910c
Fix: conf format error 2023-03-11 10:35:46 +08:00
cyp0633 290db5b9b1
Fix: probing server panics 2023-03-10 22:43:38 +08:00
cyp0633 a93db56ae1
Save conf file to path 2023-03-10 22:24:10 +08:00
cyp0633 e3c620dd6d
Guess auth mechanism params 2023-03-10 21:57:29 +08:00