Skip to content

patgauvingeek/ntp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ntp-server

A ntp server using NTP-KEY to authenticate

build

sudo docker build . --tag ntp 

run

Important: Always start from the same folder otherwize the keys will change.

sudo docker run --name ntp --rm \
                -v `pwd`/config:/config \
                --publish=123:123/udp \
                ntp

About

A ntp server using NTP-KEY to authenticate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published