ipv6-config-update

Update IPv6 CIDR in config files and restart relevant systemd units.

https://github.com/tatsh/ipv6-config-update

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.5%) to scientific vocabulary

Keywords

cmake configuration-management ipv6 linux qt systemd

Keywords from Contributors

interactive packaging network-simulation hacking autograding embedded optim standardization projection generic
Last synced: 6 months ago · JSON representation ·

Repository

Update IPv6 CIDR in config files and restart relevant systemd units.

Basic Info
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
cmake configuration-management ipv6 linux qt systemd
Created over 3 years ago · Last pushed 6 months ago
Metadata Files
Readme Changelog Contributing Funding License Citation Codeowners Security

README.md

ipv6-config-update

GitHub tag (with filter) License GitHub commits since latest release (by SemVer including pre-releases) CodeQL QA Tests Coverage Status GitHub Pages pre-commit Stargazers

@Tatsh Mastodon Follow

This program updates configuration files which contain a CIDR of your IPv6 network. An example would be smb.conf under the hosts allow option. If an update is made on this file, you may want to reload the smb unit. This application is fully controlled by settings.

You may want this to run periodically if your ISP uses DHCPv6 and may change the IP randomly (or when the lease expires).

Settings

Located in XDG location such as ~/.config/Tatsh/ipv6-config-update.conf. If running as root, /etc/ipv6-config-update.conf will be used.

ini [main] interface = interface name to use files = file, paths, to, update prefixLength = 56 units = systemd, units, to, restart, like, smb.service

Limitations

Only multiple of eight prefix lengths are supported.

Timer

This project contains a systemd timer which runs every 15 minutes.

Building

You must have CMake, libsystemd, Qt Network and Qt DBus installed.

shell cd path-to-source mkdir build cd build cmake .. make

Debugging

shell export "QT_LOGGING_RULES=*.debug=true;qt.*=false"

Owner

  • Login: Tatsh
  • Kind: user

Citation (CITATION.cff)

authors:
  - family-names: 'Udvare'
    given-names: 'Andrew'
cff-version: '1.2.0'
date-released: '2025-07-13'
message: 'If you use this software, please cite it as below.'
title: 'ipv6-config-update'
version: '0.1.1'

GitHub Events

Total
  • Delete event: 3
  • Issue comment event: 1
  • Push event: 24
  • Pull request event: 6
  • Create event: 7
Last Year
  • Delete event: 3
  • Issue comment event: 1
  • Push event: 24
  • Pull request event: 6
  • Create event: 7

Committers

Last synced: 9 months ago

All Time
  • Total Commits: 30
  • Total Committers: 2
  • Avg Commits per committer: 15.0
  • Development Distribution Score (DDS): 0.1
Past Year
  • Commits: 2
  • Committers: 1
  • Avg Commits per committer: 2.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Andrew Udvare a****e@g****m 27
dependabot[bot] 4****] 3

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 9
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 day
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 9
Past Year
  • Issues: 0
  • Pull requests: 6
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 days
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 6
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (10)
Top Labels
Issue Labels
Pull Request Labels
dependencies (10) javascript (3) github_actions (2)

Dependencies

.github/workflows/qa.yml actions
  • actions/checkout v3 composite
package.json npm
  • cspell ^6.31.1 development
  • prettier ^2.8.8 development
  • prettier-plugin-ini ^1.1.0 development
  • prettier-plugin-toml ^0.3.1 development
yarn.lock npm
  • 180 dependencies