This commit is contained in:
2021-06-15 16:38:30 +01:00
commit 8c5c5c0f45
12 changed files with 468 additions and 0 deletions

20
config.h Normal file
View File

@@ -0,0 +1,20 @@
#ifndef __CONFIG_H__
#define __CONFIG_H__
// Config variables
#define USR_LOGIN "nikdoof"
#define USR_PASSWD "poobeast"
#define USR_HOST "doofy"
#define USR_DOM "2y.net"
#define USR_DEV "ppp0"
#define SLEEP_TIME 10
// use syslog y/n?
#define USE_SYSLOG
// use debug (no backgrounding and msgs) y/n?
#undef DEBUG
#endif