1
0
Fork 0
Host Persister persists the hosts defined in a source file to the hosts file.
Go to file
Melon fc757fa0a0
Just check if the over slice is set
2024-01-21 00:23:22 +00:00
.idea Fix tab support. 2023-12-05 21:55:25 +00:00
cmd/hostpersister Make sure non one-shot executions perform reloads. 2023-12-06 15:09:55 +00:00
hosts Just check if the over slice is set 2024-01-21 00:23:22 +00:00
.gitattributes Initial commit. 2023-12-05 21:30:51 +00:00
.gitignore Initial commit. 2023-12-05 21:30:51 +00:00
LICENSE.md Initial commit. 2023-12-05 21:30:51 +00:00
Makefile Initial commit. 2023-12-05 21:30:51 +00:00
README.md Refactor entire hosts reading and writing code 2024-01-12 01:16:12 +00:00
go.mod Refactor entire hosts reading and writing code 2024-01-12 01:16:12 +00:00
go.sum Refactor entire hosts reading and writing code 2024-01-12 01:16:12 +00:00
hostpersister.service Initial commit. 2023-12-05 21:30:51 +00:00
hostpersister_.service Fix dev service file. 2023-12-07 23:11:11 +00:00

README.md

Host Persister

This allows for hosts specified in a host formatted file to be synced to the actual hosts file so-long as their entries do not already exist.

The .env file is used to configure the hosts file to use a source (SOURCE_FILE) to be synced to the actual file (HOSTS_FILE). There is the ability to overwrite existing values as part of sync, so long as the domain is the only one defined on the line (HOSTS_OVERWRITE = 1). There is the ability to periodic sync with a specified interval in milliseconds (SYNC_TIME).

Maintainer: Captain ALM

License: BSD 3-Clause