Commit Graph

27 Commits

Author SHA1 Message Date
Revertron d513c29cfe Code reformatting. 2021-06-09 20:36:36 +02:00
Revertron 21fdd0c800 Fixed DNS cache test. 2021-05-31 09:15:41 +02:00
Revertron a9f2193fce Implemented resolve of PTR records. 2021-05-16 16:05:22 +02:00
Revertron fe92983945 Added record constraints. 2021-05-05 09:11:23 +02:00
Revertron 9949d13e62 First commit of 0.5.* branch. 2021-05-02 12:55:51 +02:00
Revertron a4d9a64989 Implemented consistent SOA serial for internal zones. 2021-04-28 20:12:06 +02:00
Revertron e34d16aaed Set hosts test to ignore, as Github Actions are hostsless from now on, it seems. 2021-04-21 23:13:47 +02:00
Revertron 27352ba0d8 Increased DNS client timeout from 3 second to 10. Changed 1 bootstrap address. 2021-04-13 23:16:09 +02:00
Revertron 2b58d063dd Increased DNS client timeout from 1 second to 3. Added YGGv6 address to bootstrap peers. Incremented version. 2021-04-13 19:17:05 +02:00
Revertron cde1ccb6f7 Added a profound error message in case DNS servers could not bind. 2021-04-03 21:09:55 +02:00
Revertron 5495686807 Fixed sending SOA for records in hosts files. 2021-04-02 18:40:25 +02:00
Revertron 882d826c26 Implemented hosts-file support. You can resolve local names or block ads on DNS level! 2021-04-01 20:59:52 +02:00
Revertron a4ecb1f0f7 Very important DNS resolver fix. 2021-03-30 20:50:20 +02:00
Revertron f5949e6ec0 Reworked handling appropriate (mined) keys absence. Now that info handled in UI as well. It won't allow users without keys to mine domains or zones. 2021-03-23 18:55:11 +01:00
Revertron 046c06beeb First signed block number changed to 35 to be able to get more signers.
Refactored cloning of Arcs.
2021-03-23 11:41:50 +01:00
Revertron 5d57473122 Major refactoring. Changed mining algorithm to Blakeout. Changed keypair mining algorithm. 2021-03-10 22:21:50 +01:00
Revertron 9f7a6a126b Fixed linux tests. 2021-03-07 01:59:59 +01:00
Revertron 1cd1fed178 Added full IPv6 support for DNS-resolver upstreams. 2021-03-06 23:53:30 +01:00
Revertron ce212ab749 Changed format of DNS-listen options. Added DNS-thread count options to config. 2021-03-06 22:54:17 +01:00
Revertron b0e78edb3d Changed origin block index to 1. Added "locker" blocks - mining, exchange etc. Removed unnecesarry creation of 'zones' directory on startup. Changed bind port of DNS-UDP socket to random (fixes inability to start several copies of Alfis). Sped up block exchange by sending additional pings when we have more blocks than other peers. Fixed unnecesarry double requests of blocks. Totally reworked block checking on arrival. Added target tags for logging in main. Added a commandline flag to list all blocks in DB and exit. 2021-03-06 21:28:06 +01:00
Revertron 6a3d7c6ab6 Changed logging in DNS-server. 2021-02-25 14:14:25 +01:00
Revertron e75bbf21cc Fixed warnings in hermes. 2021-02-24 12:05:41 +01:00
Revertron 074a709f3b Implemented setting bind-host for DNS-resolver. 2021-02-22 22:02:01 +01:00
Revertron 193275da7f Implemented rotating DNS upstreams from config. Fixed warnings. 2021-02-21 21:56:56 +01:00
Revertron 8c9809bc0c Fixed some network errors. 2021-02-19 18:14:48 +01:00
Revertron d135204af7 Implemented DNS on blockchain. Beautified a lot of code, fixed some things. 2021-02-19 16:41:43 +01:00
Revertron 4b5e5112da First DNS compile. Took DNS code from https://github.com/EmilHernvall/hermes. 2021-02-17 16:59:40 +01:00