ipv6-config-update
Update IPv6 CIDR in config files and restart relevant systemd units.
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
Keywords from Contributors
Repository
Update IPv6 CIDR in config files and restart relevant systemd units.
Basic Info
- Host: GitHub
- Owner: Tatsh
- License: mit
- Language: C++
- Default Branch: master
- Homepage: https://tatsh.github.io/ipv6-config-update/
- Size: 1.32 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
ipv6-config-update
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
- Repositories: 87
- Profile: https://github.com/Tatsh
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
Top Committers
| Name | 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
- actions/checkout v3 composite
- cspell ^6.31.1 development
- prettier ^2.8.8 development
- prettier-plugin-ini ^1.1.0 development
- prettier-plugin-toml ^0.3.1 development
- 180 dependencies