Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

HorizenOfficial/secnode_helper_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Collection of useful scripts helping with secure nodes

secnode_force_ipv6.sh

If you're running the secnodetracker in a IPv4/IPv6 dual stack environment and want to connect via IPv6, the most reliable way is to add IPv6 entries for the tracking server domains to your hosts file. This script can be run as a cron job and will add the needed entries to /etc/hosts automatically and will keep the server list up to date.

To run it via anacron

  1. install the needed dependencies:
sudo apt-get update && sudo apt-get install curl dnsutils jq
  1. download the script and make it executable:
curl -L https://github.com/HorizenOfficial/secnode_helper_scripts/raw/master/secnode_force_ipv6.sh -o secnode_force_ipv6.sh && chmod +x secnode_force_ipv6.sh
  1. create a symbolic link to /etc/cron.weekly:
sudo ln -s $(pwd)/secnode_force_ipv6.sh /etc/cron.weekly/secnode_force_ipv6

About

Scripts helping with secure nodes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages