aboutsummaryrefslogtreecommitdiff
path: root/src/hourly.py
AgeCommit message (Expand)Author
2020-06-18treat both yes and yes (with quotes) in the config as TrueWojciech Kosior
2020-06-18remove unneeded sys.argv importWojciech Kosior
2020-06-17make logfile writeble by 0tdns userWojciech Kosior
2020-06-17prepend log message with an hourWojciech Kosior
2020-06-17use the actual exit status valueWojciech Kosior
2020-06-16close cursor and connection if returning early due to lack of private address...Wojciech Kosior
2020-06-16move logging to ztdnslib.pyWojciech Kosior
2020-06-16write failures to database separately for each vpn and distinguishing between...Wojciech Kosior
2020-06-16explain why we put subprocess in the dictWojciech Kosior
2020-06-16use vpn_id instead of pid for tagging namespacesWojciech Kosior
2020-06-16fix typo (hadled_vpns -> handled_vpns)Wojciech Kosior
2020-06-16specify private addresses to assign to VETHs in the configWojciech Kosior
2020-06-16fix to not write records for vpns we don't handleWojciech Kosior
2020-06-16don't print config file contents on syncingWojciech Kosior
2020-06-16rename ztdns_db_connectivity -> src/ztdnslibWojciech Kosior
2020-06-16make a file lock on hourly executionWojciech Kosior
2020-06-15put vpn connection failure info in responses tableWojciech Kosior
2020-06-15use timestamp with timezoneWojciech Kosior
2020-06-15append to last log instead of overwriting itWojciech Kosior
2020-06-15appripriately log vpn connection failuresWojciech Kosior
2020-06-15specify number of simultaneous vpn connections in config fileWojciech Kosior
2020-06-12create vpn connections in parallelWojciech Kosior
2020-06-12add small fixes and pseudo-logging to hourly scriptWojciech Kosior
2020-06-12enable querying all vpns in one back-end instanceWojciech Kosior
2020-06-12fix bugs in hourly scriptsWojciech Kosior
2020-06-12add option to only handle some of the vpns on a give back-end instanceWojciech Kosior
2020-06-12make it possible to disable execution of installed 0tdnsWojciech Kosior
2020-06-05route database connection to bypass vpnWojciech Kosior
2020-06-04get current date from within pythonWojciech Kosior
2020-06-04put connecting to db in separate source fileWojciech Kosior
2020-06-04adjust table namesWojciech Kosior
2020-05-29query vpn connections from databaseWojciech Kosior
2020-05-29move sources to src/Wojciech Kosior