Skip to content

em3301/domainpark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

domainpark

A simple domain park daemon by Golang

How to build

git clone https://github.com/jonsen/domainpark.git
cd domainpark
go build -o domainpark *.go

How to run

./domainpark -c serverd.conf

How to config

[common]
webport = 9090 # web server port


[redis]
host = localhost # redis host
port = 6379      # redis port
auth = 
db   =

[smtp]
# send report smtp setup
daemon = false
host = smtp.gmail.com
port = 587
user = test@gmail.com
password = testmail 
auth = true
tls  = true

Contact me

Jonsen im16hot#gmail.com (replace # with @)

About

A simple domain park daemon by Golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published