Commit Graph

660 Commits

Author SHA1 Message Date
mzz
da4750ca42
fix(typo): Update troubleshooting.md 2023-06-27 10:08:33 +08:00
mzz
d60e644e0c
chore/docs: support to unroll route loop and update troubleshooting.md (#158) 2023-06-27 10:04:07 +08:00
mzz
5508c372c8
fix: bad connectivity check of dns(udp) caused by #80 (#155) 2023-06-25 22:04:43 +08:00
Kevin Yu
c578f2af36
docs(getting-started): add ref to run-as-daemon (#147)
* docs(getting-started): add ref to run-as-daemon

* fix: fix typos

* docs(run-as-daemon): add chmod and helper

* docs: fix heading; reduce confusion

* fix: fix broken links

* docs(run-as-daemon): add check version comment

* docs(getting-started): add notes for manual installation

* fix: fix typos

* fix: fix typo

* patch: correct cn_trans

* fix: fix typos

* style(build-by-yourself): apply notes styling

* fix: fix autocorrect
2023-06-24 21:10:49 +08:00
mzz
6458ebd877
feat(config): support IgnoreZero option for config.Marhsaller (#153) 2023-06-20 23:29:53 +08:00
mzz
029849da5d
fix/chore(grpc): allow insecure (#151) 2023-06-18 18:54:47 +08:00
mzz
4d42b2d978
fix: new control plane should reset grpc conn pool cache (#150) 2023-06-18 18:53:26 +08:00
mzz
d3dcfe6bb5
fix(group): policy 'fixed' parsing (#149) 2023-06-18 14:24:33 +08:00
kunish
1546f30e4e
Merge pull request #146 from daeuniverse/correct-typo
chore(pr_template): correct a typo
2023-06-17 14:32:54 +08:00
mzz2017
b61db9bfd7 chore: do not ignore .gitmodules.d.mk 2023-06-17 14:32:29 +08:00
mzz
4fa582e079
fix(socks5): udp problem (#148) 2023-06-17 12:24:04 +08:00
Kevin Yu
30315c8aeb
chore(pr_template): correct a typo 2023-06-16 08:34:15 +08:00
mzz
b36b56ce6d
chore: allow to modify app name and assets dir name (#144) 2023-06-15 23:39:57 +08:00
mzz
962018d14b
chore(Dockerfile): change geodata upstream (#140) 2023-06-11 17:25:15 +08:00
mzz
f494373a30
fix: should gracefully exit if failed to listen when reloading (#138) 2023-06-11 16:58:55 +08:00
mzz
d5172bde64
fix: enlarge kernel geoip size limit (#130) 2023-06-11 12:49:28 +08:00
mzz
40b553edc9
optimize(routing): fix slow domain++ ip routing (#133) 2023-06-11 12:48:52 +08:00
mzz
e885e76adf
fix: failed to sniff tls1.2 traffic in some cases (#135) 2023-06-11 12:48:05 +08:00
mzz
ff2b025ba4
chore: fix incorrect number of routing rule stringer (#131) 2023-06-11 12:47:50 +08:00
mzz
24433d1479
fix: change default tcp_check_http_method to HEAD (#137) 2023-06-11 12:47:30 +08:00
mzz
e1d0d8a35a
fix(config): problem that always append values to default list (#128) 2023-06-09 22:12:55 +08:00
mzz
9c632aa8ca
chore: fix make with /bin/sh (#129) 2023-06-09 22:10:21 +08:00
mzz
812dd839f1
chore(Makefile): support submodules (#126) 2023-06-08 10:55:37 +08:00
Kevin Yu
908be2c6fb
chore(changelogs-v0.2.0rc1): apply minor fix (#125) 2023-06-06 08:27:36 +08:00
mzz2017
2969872a2a release v0.2.0rc2 2023-06-06 00:30:34 +08:00
mzz
f7cae4d501
fix(trojan): potential panic due to invalid packet control data (#120) 2023-06-05 23:46:00 +08:00
mzz
d1bf6bb9de
chore: release v0.2.0rc1 (#115) (#117) 2023-06-04 12:41:08 +08:00
ston
861ad464e7
docs(README.md): add gentoo installation guide (#116) 2023-06-04 12:32:13 +08:00
mzz
4501cf4447
docs(routing.md): revise fwmark section (#113) 2023-06-04 11:56:01 +08:00
mzz
ebe51f1e31
fix(trojan): panic due to incorrect n returned by ReadFrom (#109) 2023-06-04 11:47:20 +08:00
mzz
ee09ae17e3
feat: support iptables tproxy (#80) 2023-06-04 11:38:05 +08:00
mzz
cbcbec9a1a
fix(config_parser): potential panic due to out of index (#108) 2023-06-04 10:13:35 +08:00
Kevin Yu
035332a89d
ci: docs synchronization (#103)
* Create sync-docs.yml

* feat(ci): add sync-docs.yml

* patch(ci/check-docs): add event-driven trigger

* ci: watch changes made in sync-docs.yml

* ci: re-arrange the order of steps

* ci(check-docs): disable all auto trigger

* ci(sync-docs): update author and commiter to daebot

* fix: apply subtle changes

* ci: apply subtle changes

* ci: test copy functionality

* patch: fix proper naming

* chore: remove dummy line

* ci: watch changes of example.dae

* chore(issue_template): remove unnecessary marks
2023-06-02 22:40:16 +08:00
mzz
689fa0f01c
fix: rand seed for network check (#106) 2023-05-30 23:01:23 +08:00
mzz
46ee3201c4
fix(test): domain_matcher/benchmark_test.go (#107) 2023-05-30 22:48:36 +08:00
mzz
b936e7ada4
feat(dns): support fixed domain ttl (#100)
* feat(dns): support fixed domain ttl

* docs
2023-05-30 22:10:32 +08:00
mzz
2a8f8f9010
feat: support geosite attr (#98) 2023-05-27 23:58:50 +08:00
Kevin Yu
9e20a7fff6
ci(hack): add config-doc-generator (#101)
Co-authored-by: mzz2017 <2017@duck.com>
2023-05-27 19:52:13 +08:00
mzz
d9f6fa7aee
fix: dns mismatched qname matching (#99) 2023-05-27 13:51:19 +08:00
Kevin Yu
38b2f7b169
refactor: move insert.sh to ./hack/test (#95)
* refacotr: move insert.sh to ./hack/test

* refactor: move Dockerfile to ./hack/build/

* ci(docker): add manual trigger

* refactor: revert fc47533a

* refactor: move Dockerfile back to its original location
2023-05-27 11:11:25 +08:00
秋のかえで
80d3940483
feat: add uTLS support (#94)
* feat: add uTLS

* feat: change `Utls.Imitate` to `UtlsImitate`

* feat: add desc and example config

* chore: refine code and docs

* docs(example.dae): adjust order

---------

Co-authored-by: mzz2017 <2017@duck.com>
2023-05-27 10:52:13 +08:00
Kevin Yu
eac04e991b
ci: add check-docs workflow (#93)
* ci: add check-docs workflow

* chore: ignore node_modules

* chore(deps): add package-lock

* style: apply formatting

* style: apply formatting

* fix: fix typo

* fix: fix all proposed changes by markdown-lint

* fix: fix trailing spaces

* fix(troubleshooting.md): apply minor fi

* fix(getting-started): apply minior fix

* ci: dont' kick off build when changes made to check-doc.yml

* ci: ONLY kick off build when target workflow file changes

* trigger build

* fix(build.yml): fix syntax

* trigger build

* fix: fix broken syntax
2023-05-21 00:41:44 +08:00
mzz
ae6667bb5d
chore(changelog): fix 0.1.10rc1 release date
fix 0.1.10rc1 release date
2023-05-15 23:22:02 +08:00
mzz
9571e7d63e
chore(changelog): v0.1.10rc1 (#92) 2023-05-15 23:17:47 +08:00
mzz
f15aa9e9d1
patch(geodata): fix incorrect geodata search path /etc/dae/dae caused by #84. (#90) 2023-05-15 22:49:13 +08:00
mzz
5ae3d90cfb
chore(changelog): v0.1.9-patch.1 and v0.1.10rc (#88)
Co-authored-by: mzz <mzz@mzzdeMacBook-Pro.local>
2023-05-14 22:35:12 +08:00
mzz
e0d3cb0ecd
fix(dns): cache would never expire caused by #63 by accident (#87) 2023-05-14 22:09:55 +08:00
mzz
11d792e6a9
patch: search geodata at same dir with config first (#84) 2023-05-14 21:49:22 +08:00
Kevin Yu
b991653692
chore: add pull_request_template (#86)
* chore: add pull_request_template

* refactor: relocate contributing guide

* doc: updated README

* patch: use background as default heading
2023-05-14 13:10:42 +08:00
Kevin Yu
53b2675949
chore: add editorconfig (#85)
* chore: add editorconfig

* chore(editorconfig): ONLY apply config to *.go
2023-05-14 13:07:55 +08:00