Date
1 - 2 of 2
Updating DPlus_Hosts.txt to use REFxxx DNS entries
Anything that uses ircddbgateway Here is a little procedure to change all IP based REFxxx references to use their DNS name instead. (For Compass Linux location for DPlus_Hosts.txt file) == watch for line wrap in email cd /usr/share/opendv sudo cp DPlus_Hosts.txt DPlus_Hosts.txt.old sudo sed 's/^REF\([0-9]\+\)[[:space:]][^a-zA-Z]*$/REF\1\tref\1.dstargateway.org/' <DPlus_Hosts.txt >DPlus_Hosts.txt.new diff DPlus_Hosts.txt DPlus_Hosts.txt.new # Shows the changes
sudo mv DPlus_Hosts.txt.new DPlus_Hosts.txt Restart ircddbgateway/ircddbgatewayd, e.g. for the daemon sudo systemctl restart ircddbgatewayd.service [Larry -- there may be more involved for you, but try this first.]
On Wed, Aug 24, 2016 at 10:04 AM, Larry Berkowitz <lberk26@...> wrote:
|
|
Thank you John I'll have to give that a try Larry W2LGB
On Aug 24, 2016 14:07, "John Hays" <john@...> wrote:
|
|