Main public logs

From Sea of Fate
Jump to navigationJump to search

Combined display of all available logs of Sea of Fate. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 20:56, 14 March 2025 Sailor talk contribs created page Add a Hostname & IP Address to DNSmsaq (Created page with "==Details of the script== ==add_dns_record,sh== There is a script that can be run to add a dns record to dnsmasq sudo ./add_dns_record.sh <hostname> <ip_address> It will have two parameters one for hostname and the other for the IP Address of the host we would be dealing with. The code for the script #!/bin/bash # # Script to add or update a DNS record in dnsmasq # # Get hostname and IP address from command line HOSTNAME="$1" IP_ADDRESS="$2" # # Check if pa...")