You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Alfis/src/dns
Revertron 21fdd0c800 Fixed DNS cache test. 3 years ago
..
authority.rs 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. 3 years ago
buffer.rs First commit of 0.5.* branch. 3 years ago
cache.rs Fixed DNS cache test. 3 years ago
client.rs Implemented consistent SOA serial for internal zones. 3 years ago
context.rs Changed format of DNS-listen options. Added DNS-thread count options to config. 3 years ago
filter.rs Implemented DNS on blockchain. Beautified a lot of code, fixed some things. 3 years ago
hosts.rs Set hosts test to ignore, as Github Actions are hostsless from now on, it seems. 3 years ago
mod.rs Implemented hosts-file support. You can resolve local names or block ads on DNS level! 3 years ago
netutil.rs First DNS compile. Took DNS code from https://github.com/EmilHernvall/hermes. 3 years ago
protocol.rs Implemented resolve of PTR records. 3 years ago
resolve.rs Increased DNS client timeout from 3 second to 10. Changed 1 bootstrap address. 3 years ago
server.rs Added a profound error message in case DNS servers could not bind. 3 years ago