This file is indexed.

/etc/duck/duck.conf is in duck 0.13.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
; This is the default set of regular expressions used to
; detect if a website might be outdated, a parked domain
; or (permanently) redirected to another website.
; Please extend/modify at will.
; The [parked domain] section applies regular expression searches 
; on the returned content of a check.
;
; The [obsolete_sites] sections specifies regular expressions which
; are applied on URLs. This might be used if there are services that
; are announced to be deprecated/closed.

[parked_domains]
regexes="new homepage", "update your links", "go here", "moved!", "we have moved", "we moved", "has moved", "have moved", "has been moved", "is being moved", "moved to", "no longer in use", "buy this domain", "buy domain", "sell domain", "domain .* for sale", "order this domain", "will shut down", "will be shut down", "has been acquired", "is being acquired", "end the era", "end of an era", "time has come", "our new site", "the new site", "may now be found", "no longer.* maintain", "future development will", "now hosted"

[obsolete_sites]
regexes="gitorious.org", "code.google.com", "codehaus.org", "titanpad.com","codeplex.com"