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

1315 Commits

Author SHA1 Message Date
41872820c3 Remove isAutoconf option to GenerateConfig 2019-03-12 19:18:43 +00:00
4062c93e18 Re-order config, update default Listen 2019-03-12 19:04:30 +00:00
a364aac145 Merge pull request #379 from neilalexander/allowedfix
Fix AllowedEncryptionPublicKeys
2019-03-12 16:08:16 +00:00
830be7f4db Update comments again 2019-03-12 16:06:12 +00:00
dc3a05f13a Correctly classify link-local addresses in the TCP handler, fix AllowedPublicEncryptionKeys warning 2019-03-12 16:03:02 +00:00
c388885a92 Update config comments for AllowedEncryptionPublicKeys 2019-03-12 15:29:42 +00:00
229de91a3a Fix AllowedEncryptionPublicKeys so that it works in incoming connections and not outgoing ones 2019-03-12 15:01:27 +00:00
43643e0307 Merge pull request #374 from yggdrasil-network/develop
Version 0.3.4
2019-03-12 10:02:04 +00:00
b3b64ddb9a Merge pull request #378 from neilalexander/linklocalport
Add LinkLocalTCPPort option
2019-03-10 14:19:28 -05:00
ec19c479dd Add comment about no reloading for LinkLocalTCPPort 2019-03-10 19:17:03 +00:00
9d5ca85424 Add LinkLocalTCPPort option 2019-03-10 19:08:56 +00:00
07822a74c7 Update CHANGELOG.md in preparation for v0.3.4 2019-03-10 18:32:10 +00:00
c48cbfa78b Merge pull request #377 from neilalexander/awdl-fixes
AWDL fixes for macOS
2019-03-10 18:08:30 +00:00
3c2cdfea1c Keep AWDL awake, or wake it up again after a minute if suspended for some reason (e.g. sleep) 2019-03-10 18:05:27 +00:00
9507117a3c Merge pull request #373 from l-n-s/apparmor-2
Add AppArmor profile
2019-03-10 08:55:19 +00:00
f5c6c191ea AppArmor: multiarch support and allow datagram transports 2019-03-09 22:34:26 -05:00
f65e66ac26 Merge pull request #376 from Arceliar/fixes
use idle time in switch decisions to force it to try all links
2019-03-09 19:34:16 -06:00
3c696c3e55 use idle time in switch decisions to force it to try all links 2019-03-09 19:27:52 -06:00
7017c6d102 Merge pull request #375 from Arceliar/fixes
More switch/link fixes
2019-03-09 18:43:09 -06:00
c7b4bfcef5 misc fixes 2019-03-09 18:08:26 -06:00
98d66ed048 Update CHANGELOG.md 2019-03-09 23:13:06 +00:00
00ad8e594e Add AppArmor profile 2019-03-09 08:15:14 -05:00
f38963c71b Merge pull request #371 from neilalexander/multilink-fixes
Fix bugs from multilink branch (#360)
2019-03-09 09:28:40 +00:00
03eec4b14d Don't leak interface name via multicast, ensure zone is always correct when dialling link-local 2019-03-09 09:24:52 +00:00
a0e6edd219 Merge pull request #360 from neilalexander/multilink
Support for multiple listeners
2019-03-08 18:56:47 -06:00
57fa56853d Merge pull request #370 from Arceliar/switch
Try to switch parents if a parent link is blocked
2019-03-08 18:55:16 -06:00
426d157025 make sure we don't replace an existing listener 2019-03-08 18:51:07 -06:00
917ca6c1c5 Make changes based on review comments 2019-03-08 10:26:46 +00:00
02b1892cc5 try to switch parents if a parent link is blocked 2019-03-07 21:36:12 -06:00
57eb6eaeb0 Clean up config package 2019-03-06 17:45:47 +00:00
898f7865b1 Merge pull request #369 from neilalexander/fix339
Fix getRoutes
2019-03-06 17:40:21 +00:00
3bc3002fff Add handlers for setTunnelRouting/getTunnelRouting 2019-03-06 17:37:48 +00:00
ad7e392afe Fix getRoutes (#339) 2019-03-06 17:32:25 +00:00
b8cabf3212 Support removing Listen interfaces at runtime properly 2019-03-06 16:40:48 +00:00
18ef28a477 Fix default Listen config 2019-03-06 13:00:45 +00:00
531d9f39ca Fix multicast bug, set static multicast interval 15 seconds 2019-03-06 12:15:40 +00:00
c0d5a8c0bd Clean up old listeners first 2019-03-06 12:09:57 +00:00
f4e17b9a9f Properly handle multicast interfaces going up and down 2019-03-06 12:07:33 +00:00
cc0c725e63 Merge branch 'develop' of github.com:yggdrasil-network/yggdrasil-go into multilink 2019-03-06 11:06:58 +00:00
81aed4244c Merge pull request #368 from willeponken/add-reload-busybox-init
contrib/busybox-init: add reload and use -useconffile
2019-03-06 11:06:46 +00:00
de2aff2758 Refactor multicast so that it creates a new TCP listener for each interface with LL addresses (so that it will not break if Listen is not set with a wildcard address) 2019-03-06 11:06:13 +00:00
f4ccbe6c94 contrib/busybox-init: add reload and use -useconffile
+ Added reload command.
+ Use -useconffile instead, as it's required for reloading.
2019-03-06 11:30:49 +01:00
2419b61b2c Merge branch 'develop' of github.com:yggdrasil-network/yggdrasil-go into multilink 2019-03-05 22:10:36 +00:00
03b5261f1c Merge pull request #366 from willeponken/add-contrib-openrc
contrib/openrc: add init file for OpenRC
2019-03-05 22:09:35 +00:00
19267beb9e Merge branch 'develop' into multilink 2019-03-05 22:07:20 +00:00
76dd1f6345 contrib/openrc: I like symmetry 2019-03-05 22:27:51 +01:00
1097c1c0c9 contrib/openrc: add reload command 2019-03-05 20:50:24 +01:00
26a952aa6c contrib/openrc: add init file for OpenRC 2019-03-05 20:35:02 +01:00
d5a9c39dab Merge pull request #365 from neilalexander/fix362
Add getTunnelRouting and setTunnelRouting
2019-03-05 18:24:07 +00:00
236692bdc4 Add getTunnelRouting and setTunnelRouting (fixes #362) 2019-03-05 17:55:46 +00:00