23 lines
		
	
	
		
			298 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			298 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Configuration for oidentd
 | 
						|
# see oidentd.conf(5)
 | 
						|
# 
 | 
						|
default {
 | 
						|
	default {
 | 
						|
		deny spoof
 | 
						|
		deny spoof_all
 | 
						|
		deny spoof_privport
 | 
						|
		allow random
 | 
						|
		allow random_numeric
 | 
						|
		allow numeric
 | 
						|
		deny hide
 | 
						|
	}
 | 
						|
}
 | 
						|
 | 
						|
# you may want to hide root connections
 | 
						|
#user "root" {
 | 
						|
#	default {
 | 
						|
#		force reply "UNKNOWN"
 | 
						|
#	}
 | 
						|
#}
 | 
						|
 |