Skip to content

Commit

Permalink
censor fqdn without tld
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmyczko authored Mar 4, 2022
1 parent bdc8411 commit 195ad69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruptime.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SERVER=wedonthaveaprivacyproblem.com
PORT=51300
HOSTNAMECMD='hostname -f'
HOSTNAMECMD='hostname -f | sed -e :a -e "s/[^X.]\(.*\.\)/X\1/;ta"'

0 comments on commit 195ad69

Please sign in to comment.