Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / include / ircd_policy.h
index 864229a486e211f981a8ebe01a55bc5cde6585c1..4144db46b4592c4cd8a450c58bc1ce2245d6862d 100644 (file)
 #define HEAD_IN_SAND_REWRITE
 
 /* disallow remote queries (*sob!*) */
-/* (note, set this to 1 to reenable, not undef */
-#define HEAD_IN_SAND_REMOTE 0
+/* (note, set this to 0 to reenable, not undef */
+#define HEAD_IN_SAND_REMOTE 1
 
 #endif /* INCLUDED_ircd_policy_h */