{"id":17235900,"url":"https://github.com/publicarray/docker-rsntp","last_synced_at":"2026-05-18T00:01:29.628Z","repository":{"id":73393135,"uuid":"140055186","full_name":"publicarray/docker-rsntp","owner":"publicarray","description":"Docker container for rsntp","archived":false,"fork":false,"pushed_at":"2020-01-19T00:02:06.000Z","size":13,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-16T23:46:32.544Z","etag":null,"topics":["docker","ntp","ntppool","rsntp"],"latest_commit_sha":null,"homepage":"https://github.com/mlichvar/rsntp","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/publicarray.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-07-07T05:22:47.000Z","updated_at":"2024-10-06T03:45:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"f43f216b-3fa3-4a5d-bb4d-63c4ad1a5772","html_url":"https://github.com/publicarray/docker-rsntp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/publicarray/docker-rsntp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/publicarray%2Fdocker-rsntp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/publicarray%2Fdocker-rsntp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/publicarray%2Fdocker-rsntp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/publicarray%2Fdocker-rsntp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/publicarray","download_url":"https://codeload.github.com/publicarray/docker-rsntp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/publicarray%2Fdocker-rsntp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33160167,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"ssl_error","status_checked_at":"2026-05-17T22:39:10.741Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","ntp","ntppool","rsntp"],"created_at":"2024-10-15T05:34:55.327Z","updated_at":"2026-05-18T00:01:29.622Z","avatar_url":"https://github.com/publicarray.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker container for [rsntp](https://github.com/mlichvar/rsntp)\n\n```sh\n# Build\ndocker build -t publicarray/rsntp .\n# Run\ndocker run -it --rm --name rsntp -p123:123/udp publicarray/rsntp\n# Or use your own arguments\ndocker run -it --rm --name rsntp -p123:123/udp publicarray/rsntp -- -h\ndocker run -it --rm --name rsntp -p123:123/udp publicarray/rsntp -d ntp\n# Always restart, run as a daemon and limit logfile size\ndocker run -d --restart always --name rsntp -p123:123/udp --log-opt max-size=1m --log-opt max-file=3 publicarray/rsntp\n```\n\n## Prevent conntrack from filling up\n\n```sh\n# get current status:\n$ conntrack -C\n$ sysctl net.netfilter.nf_conntrack_max\n\n# disable conntrack on NTP port 123\n$ iptables -t raw -A PREROUTING -p udp -m udp --dport 123 -j NOTRACK\n$ iptables -t raw -A OUTPUT -p udp -m udp --sport 123 -j NOTRACK\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpublicarray%2Fdocker-rsntp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpublicarray%2Fdocker-rsntp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpublicarray%2Fdocker-rsntp/lists"}