Commit Graph

738 Commits

Author SHA1 Message Date
mzz2017
b98112eac6 chore: docker-compose 2021-07-24 14:57:57 +08:00
mzz2017
942b265b29 chore: update keys and travis.yml 2021-07-24 14:49:01 +08:00
mzz2017
8dce041ae8 feat/fix: support the UUID mapping standard. #211 2021-07-21 16:51:27 +08:00
mzz2017
fb1c9e9d4b fix: a problem that stick in checking network connected if resolv.conf is not valid 2021-07-21 16:08:55 +08:00
mzz2017
499b3c5b54 fix: incorrectly parse dns address in advanced mode in some cases 2021-07-21 15:33:17 +08:00
mzz2017
4fd566217b fix: crash happens when update setting without network connected 2021-07-21 10:20:48 +08:00
mzz2017
824605cfa6 fix: some select of setting have no default value 2021-07-21 10:15:34 +08:00
mzz2017
8718cf905b fix: cannot connect due to read only system for procfs on synology 2021-07-20 17:15:35 +08:00
mzz2017
755f493018 chore: remove pwa 2021-07-20 10:12:26 +08:00
mzz2017
5252bf604c fix: a problem that egress whitelist prompt pops up at a wrong time 2021-07-20 10:07:12 +08:00
mzz2017
8558b5289d chore: moona 2021-07-19 21:28:02 +08:00
mzz2017
ed60ee0b41 fix: a problem that ipv6 cannot be supported when intranet sharing is off 2021-07-19 20:54:32 +08:00
mzz2017
0c0ceb467b fix: avoid to refresh in advance when is connecting to a new server and the connected server has no network 2021-07-19 20:21:12 +08:00
mzz2017
3a86c80a8b fix: refine the behavior when antipollution is off 2021-07-19 19:00:28 +08:00
mzz2017
0fc514b803 chore: more friendly prompts. 2021-07-18 17:38:27 +08:00
mzz2017
b38c0383ed chore(gfwlist): refine code 2021-07-18 17:26:54 +08:00
mzz2017
5fe66603b5 refactor/feat: new setting options 'Transparent Proxy Implementation' and 'Special Mode'. 2021-07-18 17:17:10 +08:00
mzz2017
ca9a8d104d chore/dep: directory structure and go mod 2021-07-18 09:52:09 +08:00
mzz2017
5c62634d7a feat/refactor: support flexible dns strategy. #191 2021-07-17 21:08:02 +08:00
mzz2017
723b1fdc9a fix: try solve #199 2021-07-16 11:49:31 +08:00
mzz2017
1847f2fc41 feat: support import servers in batch. #204 2021-07-14 14:05:34 +08:00
mzz2017
19ce327352 chore: remove debug output 2021-07-14 14:05:34 +08:00
mzz2017
e8cdaeb516 fix(vless): a problem that cannot save node of obfuscated as http 2021-07-14 13:12:41 +08:00
dependabot[bot]
9296ec2bc6 chore(deps): bump ws from 6.2.1 to 6.2.2 in /gui (#194)
Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/commits)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-10 11:32:24 +08:00
mzz2017
4c498854f7 optimize: replace 'command -v' with exec.LookPath 2021-06-10 11:21:14 +08:00
mzz2017
5d024231d2 optimize: use more accurate list to avoid misadventure 2021-05-30 20:15:45 +08:00
dependabot[bot]
12cf9671ce chore(deps): bump dns-packet from 1.3.1 to 1.3.4 in /gui (#192)
Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases)
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-28 20:24:39 +08:00
dependabot[bot]
9233b2a70b chore(deps): bump browserslist from 4.16.1 to 4.16.6 in /gui (#189)
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.1 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.1...4.16.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-27 16:08:18 +08:00
mzz2017
a196b7b55d chore: github issue template 2021-05-23 16:30:04 +08:00
mzz2017
79945939c3 optimize: remove default direct connection for bittorrent and ntp protocol 2021-05-21 21:26:35 +08:00
mzz2017
2709a50cea optimize(vless): refine sharing link 2021-05-21 17:12:32 +08:00
mzz2017
5bb083c708 fix: a problem that http test of trojan will be always fail if sni is not set 2021-05-21 16:37:42 +08:00
mzz2017
db3fcfe3e5 style: add unit prompt of updating options 2021-05-19 15:25:31 +08:00
mzz2017
7fee524a3e feat: support new sharing schemes of vless and pingtunnel #182 2021-05-19 15:09:59 +08:00
mzz2017
fda787795e fix: a problem that the node name was presented in undecoded form 2021-05-17 10:47:43 +08:00
mzz2017
1722afcda4 optimize(trojan-go): guess sni if sni is not given 2021-05-17 10:42:33 +08:00
mzz2017
d7e3ab9180 fix: replace 'which' with 'command -v' 2021-05-16 09:50:26 +08:00
mzz2017
2f8a5c9b8f optimize: prompt of failure of writing ipfoward 2021-05-15 14:00:49 +08:00
mzz2017
02d579c389 fix: a problem that intranet sharing not work #181 #183 2021-05-14 12:24:02 +08:00
mzz2017
f9c8e3c53d optimize: not use echo 2021-05-14 12:24:02 +08:00
mzz2017
6a1f849b56 revert part of 293fb8a0db 2021-05-14 12:24:02 +08:00
mzz2017
cb232680e1 optimize: refine logic 2021-05-14 12:24:02 +08:00
mzz2017
5172b15303 fix: inappropriate log output #170 2021-05-14 12:24:02 +08:00
mzz2017
47de614800 chore(moona): go modules 2021-05-14 12:24:02 +08:00
mzz2017
56ddfda198 fix: listen ::1 may cause some problem 2021-05-14 12:24:02 +08:00
mzz2017
17edbbf8d9 revert 6b27a5be82 2021-05-14 12:24:02 +08:00
mzz
8124a85877 Update README.md
Stargazers over time
2021-05-14 12:13:13 +08:00
dependabot[bot]
714ab2aa84 chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 in /gui (#179)
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-14 12:12:15 +08:00
dependabot[bot]
a7f1348fad chore(deps): bump lodash from 4.17.20 to 4.17.21 in /gui (#180)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-14 12:12:06 +08:00
dependabot[bot]
342387c460 chore(deps): bump url-parse from 1.4.7 to 1.5.1 in /gui (#175)
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.1.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-10 10:44:41 +08:00