Skip to content

Commit

Permalink
#448: 127.0.0.1 changed to localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
jvuleta committed Mar 9, 2024
1 parent bbaabc8 commit a805f59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion toolkit/perfsonar-toolkit/etc/configdaemon.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
address 127.0.0.1
address localhost
port 9000
firewall_script /usr/lib/perfsonar/scripts/system_environment/configure_firewall

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if [ $UPDATE_CONFIG -eq 1 ]; then

echo "Replacing /etc/perfsonar/toolkit/configdaemon.conf"
cat > /etc/perfsonar/toolkit/configdaemon.conf <<- EOF
address 127.0.0.1
address localhost
port 9000
firewall_script /usr/lib/perfsonar/scripts/system_environment/configure_firewall
Expand Down

0 comments on commit a805f59

Please sign in to comment.