Commit Graph

120 Commits

Author SHA1 Message Date
yuzuki999
baab76d667 add config watch 2022-10-10 11:31:15 +08:00
yuzuki999
231678cc8d fix rule unmarshal bug, change some error message, remove alterID support 2022-10-10 08:59:00 +08:00
Yuzuki
5079a13c5d
Merge pull request #24 from Yuzuki616/dependabot/go_modules/github.com/go-acme/lego/v4-4.9.0
Bump github.com/go-acme/lego/v4 from 4.8.0 to 4.9.0
2022-10-04 11:31:25 +08:00
dependabot[bot]
3aac353115
Bump github.com/go-acme/lego/v4 from 4.8.0 to 4.9.0
Bumps [github.com/go-acme/lego/v4](https://github.com/go-acme/lego) from 4.8.0 to 4.9.0.
- [Release notes](https://github.com/go-acme/lego/releases)
- [Changelog](https://github.com/go-acme/lego/blob/master/CHANGELOG.md)
- [Commits](https://github.com/go-acme/lego/compare/v4.8.0...v4.9.0)

---
updated-dependencies:
- dependency-name: github.com/go-acme/lego/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-04 03:30:08 +00:00
Yuzuki
43a1648361
Merge pull request #23 from Yuzuki616/dependabot/go_modules/github.com/xtls/xray-core-1.6.0
Bump github.com/xtls/xray-core from 1.5.10 to 1.6.0
2022-09-19 11:33:03 +08:00
dependabot[bot]
167cf5c6cb
Bump github.com/xtls/xray-core from 1.5.10 to 1.6.0
Bumps [github.com/xtls/xray-core](https://github.com/xtls/xray-core) from 1.5.10 to 1.6.0.
- [Release notes](https://github.com/xtls/xray-core/releases)
- [Commits](https://github.com/xtls/xray-core/compare/v1.5.10...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/xtls/xray-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-19 03:30:29 +00:00
yuzuki999
eb4a608e1a change project structure, fix rule 2022-09-15 09:55:11 +08:00
yuzuki999
50260fcf79 performance optimization 2022-09-15 09:24:14 +08:00
yuzuki999
d5d1292c0e Merge remote-tracking branch 'origin/master' 2022-09-14 08:02:24 +08:00
yuzuki999
07951b08c0 update 2022-09-14 08:02:13 +08:00
Yuzuki
7872bfec04
Update README.md 2022-09-13 11:27:14 +08:00
Yuzuki
fc6243c3f2
update to v0.0.7_beta 2022-09-13 11:11:01 +08:00
yuzuki999
3682114f06 change config file load logic 2022-09-13 11:08:20 +08:00
yuzuki999
53b330b4e8 performance optimization 2022-09-13 10:39:53 +08:00
yuzuki999
5fd09079e3 add dynamic speed limit
fix old user limit info not clear
fix some wrong names
2022-09-07 23:02:02 +08:00
yuzuki999
52134c6e4e Merge remote-tracking branch 'origin/master' 2022-09-07 17:26:21 +08:00
yuzuki999
fe6a21a96c performance optimization 2022-09-07 17:26:12 +08:00
Yuzuki
52ca29f1cd
Merge pull request #21 from Yuzuki616/dependabot/go_modules/github.com/spf13/viper-1.13.0
Bump github.com/spf13/viper from 1.12.0 to 1.13.0
2022-09-07 13:54:14 +08:00
dependabot[bot]
990917d6d0
Bump github.com/spf13/viper from 1.12.0 to 1.13.0
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.12.0 to 1.13.0.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.12.0...v1.13.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-07 03:35:49 +00:00
Yuzuki
3e336cd5aa
Merge pull request #20 from Yuzuki616/dependabot/go_modules/github.com/urfave/cli-1.22.10
Bump github.com/urfave/cli from 1.22.9 to 1.22.10
2022-09-06 14:40:31 +08:00
dependabot[bot]
ef65407458
Bump github.com/urfave/cli from 1.22.9 to 1.22.10
Bumps [github.com/urfave/cli](https://github.com/urfave/cli) from 1.22.9 to 1.22.10.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/urfave/cli/compare/v1.22.9...v1.22.10)

---
updated-dependencies:
- dependency-name: github.com/urfave/cli
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-06 03:27:35 +00:00
Yuzuki
81afa3670f
update to v0.0.6 2022-09-06 09:01:21 +08:00
yuzuki999
45fd9ad15b fix EnableIpSync option not working 2022-09-06 08:59:47 +08:00
yuzuki999
cef8ff1b70 fix speed limiter not clear 2022-09-06 08:28:57 +08:00
yuzuki999
e92a872738 rename some method 2022-09-06 00:32:52 +08:00
yuzuki999
9c72b086ca Merge remote-tracking branch 'origin/master' 2022-09-04 20:33:08 +08:00
yuzuki999
65ae2b77d5 update dispatcher and distro 2022-09-04 20:32:56 +08:00
Yuzuki
acab44d6c8
Merge pull request #19 from Yuzuki616/dependabot/go_modules/github.com/xtls/xray-core-1.5.10
Bump github.com/xtls/xray-core from 1.5.9 to 1.5.10
2022-08-31 08:15:29 +08:00
dependabot[bot]
1bdad1764c
Bump github.com/xtls/xray-core from 1.5.9 to 1.5.10
Bumps [github.com/xtls/xray-core](https://github.com/xtls/xray-core) from 1.5.9 to 1.5.10.
- [Release notes](https://github.com/xtls/xray-core/releases)
- [Commits](https://github.com/xtls/xray-core/compare/v1.5.9...v1.5.10)

---
updated-dependencies:
- dependency-name: github.com/xtls/xray-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-29 03:47:14 +00:00
yuzuki999
f41ef6b0fa fix ip report bug 2022-08-19 22:55:47 +08:00
yuzuki999
3c7c7e047d Merge remote-tracking branch 'origin/master' 2022-08-19 22:43:02 +08:00
yuzuki999
ca2669a575 fix ip report bug 2022-08-19 22:42:51 +08:00
Yuzuki
6dfd7b524e
Update README.md 2022-08-19 12:30:24 +08:00
Yuzuki
e11ece44a8
Update README.md 2022-08-19 12:30:09 +08:00
Yuzuki
c0a066787d
Update README.md 2022-08-19 12:03:03 +08:00
Yuzuki
93ac822b24
Merge pull request #18 from Yuzuki616/dependabot/go_modules/github.com/goccy/go-json-0.9.11
Bump github.com/goccy/go-json from 0.9.10 to 0.9.11
2022-08-19 11:37:56 +08:00
dependabot[bot]
d1607365b8
Bump github.com/goccy/go-json from 0.9.10 to 0.9.11
Bumps [github.com/goccy/go-json](https://github.com/goccy/go-json) from 0.9.10 to 0.9.11.
- [Release notes](https://github.com/goccy/go-json/releases)
- [Changelog](https://github.com/goccy/go-json/blob/master/CHANGELOG.md)
- [Commits](https://github.com/goccy/go-json/compare/v0.9.10...v0.9.11)

---
updated-dependencies:
- dependency-name: github.com/goccy/go-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-19 03:35:24 +00:00
yuzuki999
27b97927c1 change project structure, fix online ip report bug 2022-08-16 13:04:33 +08:00
yuzuki999
ca180a63c9 fix nil pointer bug 2022-08-14 12:15:19 +08:00
yuzuki999
edde9b1efc fix bug 2022-08-12 19:15:11 +08:00
yuzuki999
4a51a2a0d3 Merge remote-tracking branch 'origin/master' 2022-08-12 18:45:37 +08:00
yuzuki999
f00682e58e fix bug 2022-08-12 18:44:56 +08:00
Yuzuki
79d1fa3c2c
Update README.md 2022-08-12 18:06:18 +08:00
yuzuki999
c0e0945c8b Merge remote-tracking branch 'origin/master' 2022-08-12 18:02:33 +08:00
yuzuki999
ba1e088afb change project structure, performance optimization 2022-08-12 18:02:06 +08:00
Yuzuki
b1165ea481
Merge pull request #16 from Yuzuki616/dependabot/go_modules/google.golang.org/protobuf-1.28.1
Bump google.golang.org/protobuf from 1.28.0 to 1.28.1
2022-07-29 14:15:39 +08:00
dependabot[bot]
a8460204aa
Bump google.golang.org/protobuf from 1.28.0 to 1.28.1
Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.28.0 to 1.28.1.
- [Release notes](https://github.com/protocolbuffers/protobuf-go/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf-go/blob/master/release.bash)
- [Commits](https://github.com/protocolbuffers/protobuf-go/compare/v1.28.0...v1.28.1)

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-29 03:52:34 +00:00
yuzuki999
4bd389aa05 update workflow 2022-07-28 23:07:09 +08:00
yuzuki999
efcdffb20d change project structure
add across nodes ip limit
add user ip recorder
del config file watch
2022-07-28 23:00:05 +08:00
yuzuki999
c702ea1461 add not have active user error message for shadowsocks node 2022-07-22 15:45:17 +08:00