initial import
This commit is contained in:
parent
05d432f88a
commit
216dbc3fde
22 changed files with 1772 additions and 0 deletions
15
petrifiedrc
Normal file
15
petrifiedrc
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
DDNS_KEY=<secret string>
|
||||
DDNS_CHECK="http://4.icanhazip.com"
|
||||
CURL_WAIT=10
|
||||
LOCAL_MODE=1
|
||||
LOCAL_IF=wlp3s0
|
||||
LOCAL_IV=4
|
||||
USE_JOURNAL=1
|
||||
USE_SYSLOG=0
|
||||
USE_STDOUT=0
|
||||
USE_LOGFILE=0
|
||||
PET_LOG=/var/log/petrified.log
|
||||
USE_PID=1
|
||||
PET_PID=/tmp/petrified.pid
|
||||
USE_LIP=1
|
||||
PET_LIP=/tmp/lastip.dat
|
||||
Loading…
Add table
Add a link
Reference in a new issue