Skip to content

Releases: freepn/fpnd

leak fix, DNS docs, and routing

24 Sep 17:10
0.9.1
Compare
Choose a tag to compare
  • fix route check so it doesn't leak before the routes are configured.
  • examples: add dnsmasq cfg, update stubby resolver list
  • fix rules (allow encrypted DNS), update docs

official 0.9.0 alpha release

21 Sep 00:46
0.9.0
Compare
Choose a tag to compare
  • update and restructure docs
  • small adjustment to route-check args

infra node cleanup handlers

14 Sep 23:46
0.8.34
Compare
Choose a tag to compare
Pre-release
  • added new cleanup funcs and scheduled cleanup job for root node
  • added cleanup queues and job scheduler for daemon scripts
  • added extra staging_queue cfg msg handler to ctlr node
  • removed port 853 from ctlr network rules

user configurable timeout

13 Sep 19:31
0.8.33
Compare
Choose a tag to compare
Pre-release
  • added net_change timeout value to fpnd.ini to allow for some tuning

extended net change timeout

12 Sep 18:48
0.8.32
Compare
Choose a tag to compare
Pre-release

extended net change timeout for high latency/bad connections

make net_check retries scheduled

11 Sep 21:42
0.8.31
Compare
Choose a tag to compare
Pre-release
  • update run_until_success decorator with unschedule arg
  • add decorator to net_check command with unschedule=false
  • limit wget args so it can only block up to 3 sec

more docs and cleanup

10 Sep 00:24
0.8.30
Compare
Choose a tag to compare
more docs and cleanup Pre-release
Pre-release
  • cleanup in show-geoip.sh
    • completely comment out currently unused curl code
    • comment fallback call to wget
  • pull in WIP doc updates

tuning updates

07 Sep 18:30
0.8.29
Compare
Choose a tag to compare
tuning updates Pre-release
Pre-release
  • extended moon timeout to 45 sec
  • switched MASQ back to SNAT in the fpn0-setup script
  • changed geoip timeout back to 1

more config options

05 Sep 20:59
0.8.28
Compare
Choose a tag to compare
more config options Pre-release
Pre-release
  • add settings option to route plain-text dns, default off
  • wire config options so private_dns_only overrides the route_dns option
  • add drop-in config for systemd-resolvd to use external dns while preserving local interface config

more route and interface introspection

04 Sep 16:25
0.8.27
Compare
Choose a tag to compare
Pre-release

Distro fixes for multiple default routes and network interface names.