4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-06-16 00:56:09 +00:00
Commit Graph

26 Commits

Author SHA1 Message Date
39dab53ac7 Update comments in configuration and some godoc descriptions 2018-11-06 22:57:53 +00:00
424faa1c51 Support IPv4 in ckr.go 2018-11-06 20:04:49 +00:00
f0947223bb Only validate CKR routes if CKR enabled 2018-11-06 11:11:57 +00:00
8c2327a2bf Add source addresses option and more intelligent source checking 2018-11-05 23:59:41 +00:00
52206dc381 Add initial crypto-key routing handlers 2018-11-05 16:40:47 +00:00
eb42fd4973 Fix incorrect comment in config for SessionFirewall 2018-10-09 07:18:43 +01:00
1e6667567a Update comments for session firewall in config 2018-10-08 19:57:14 +01:00
3ed63ede1e Add AlwaysAllowOutbound to session firewall 2018-10-08 19:51:51 +01:00
2e2c58bfef Add session firewall (extra security for controlling traffic flow to/from a given node) 2018-10-07 17:13:41 +01:00
6844b9df51 Update comments in default config 2018-09-25 18:17:00 +01:00
1796000b05 Change to InterfacePeers instead of modifying the tcp:// URI format 2018-09-25 16:55:57 +01:00
d171552577 Make TCP read timeouts configurable.
This should be helpful on high-latency networks, like Tor or I2P.
Also gofmt.
2018-07-29 14:30:13 +00:00
36c89da848 Stick with tcp://localhost:9001 as default for now 2018-07-07 12:16:55 +01:00
24228bd381 disable unused configuration Net field and clean up comments to remove mention of UDP where no longer applicable 2018-06-12 14:00:04 -05:00
1fd53bcb7d Update comments in configuration 2018-05-23 14:02:13 +01:00
9d9083e373 Update configuration names, fix multicast interface selection 2018-05-23 11:28:20 +01:00
6f79184c9b Move multicasting into yggdrasil package 2018-05-23 11:13:53 +01:00
388ae09fca Rename some config items 2018-05-22 23:43:29 +01:00
8ea3070a02 Small tweaks/clean up 2018-05-09 14:03:28 +01:00
45b106168e Use HJSON instead of JSON 2018-05-09 13:54:31 +01:00
5dac273a3d rename to 'AllowedBoxPubs' and similar 2018-05-07 17:05:54 -05:00
6026e0a014 Optional peer authentication, if non-empty then incoming TCP and all UDP peers must match one of these box keys 2018-05-06 16:32:34 -05:00
fe13fea1e5 remove hard coded tor config options 2018-04-26 10:26:10 -04:00
769b058004 more docs 2018-04-25 10:11:11 -04:00
1be8bbed1c more docs 2018-04-25 10:09:09 -04:00
3c4fee0492 tor auto config 2018-04-19 10:30:40 -04:00