4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-06-14 10:26:06 +00:00
Commit Graph

20 Commits

Author SHA1 Message Date
f91fb1045c Downgraded all armhf builds to v6 2018-12-18 12:28:15 -05:00
ace9568981 Added compile support for Arm v6
Support for older raspberry pis and Pi Zero
2018-12-18 11:36:15 -05:00
429d014d1c Fix addgroup/groupadd 2018-12-18 11:16:27 +00:00
e1c7983752 Update debian package to fix systemd disabling (not good for remote systems) and add group yggdrasil for admin socket/conf 2018-12-14 14:25:26 +00:00
73ed563dde Update debian package behavior
It now won't enable itself automatically on install and it will
only start Yggdrasil if enabled in systemd. It also won't break
during install on systems where systemd is not present.
2018-12-12 20:29:56 +00:00
f2d01aa54d Use bare version in deb/macos packages instead of cut 2018-12-08 10:54:47 +00:00
5315bc25c5 Return 1 instead of -1 from semver/deb 2018-12-08 10:33:33 +00:00
438fcdfc5f Build for arm64 2018-07-20 10:04:04 +01:00
0ec5f1c02c Version 0.2.1 (#130)
* switch address range from fd00::/8 to the deprecated 0200::/7 range

* Fix launchd script path and amend debian control file

* fix address/prefix code, platform specific parts still need testing

* macos

* cleanup old ugly session MTU code that only mattered with lossy UDP fragments

* Fix debian control file

* Let's try this again

* tcp/socks cleanup

* comment

* avoid the proxy.SOCK5 connection attempt unless we're actually going to use the dialer

* Update generate.sh

* prevent parent nodes from forcing coord oscillation, have dht.handleRes clean up the old request info immediately

* address range changes

* Update README.md

Consistently remove leading zeros from addresses in the readme.

* Update yggdrasil.go

* Collect yggdrasilctl during CI build

* Fix CircleCI after fat-fingered copypasta

* Fix for Windows

* clean up main yggdrasil.go imports and run gofmt
2018-06-15 11:02:45 +01:00
77d67a1569 Fix debian normalisation in postinst 2018-05-23 21:31:52 +01:00
8a46253c1f Normalise existing yggdrasil.conf on debian package install/upgrade 2018-05-23 13:26:08 +01:00
ab3eb9877a Fix builds 2018-05-20 23:59:42 +01:00
cda7a2abcc Builds for yggdrasilctl plus usage info and fixes 2018-05-20 23:46:02 +01:00
0dc6e24451 Add armhf target for CircleCI 2018-03-16 10:10:44 +00:00
6366558258 Use new semver versioning for CircleCI builds 2018-03-05 20:20:17 +00:00
e43776f90e Add version file 2018-03-04 11:09:17 +00:00
674830799d Add branch name into repo name 2018-03-02 22:36:22 +00:00
390f7527f6 Update generate.sh 2018-03-01 18:28:37 +00:00
9285e0fe25 Mismatching GOARCH and debian arch 2018-03-01 18:06:53 +00:00
3089f2326e Add generate script for Debian .debs into contrib 2018-03-01 18:01:18 +00:00