cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

phishing.conf (424B)


      1 
      2 	# Enable openphish support (default disabled)
      3 	openphish_enabled = true;
      4 	# URL of feed, default is public url:
      5 	openphish_map = "https://raw.githubusercontent.com/openphish/public_feed/refs/heads/main/feed.txt";
      6 	# For premium feed, change that to your personal URL, e.g.
      7 	# openphish_map = "https://openphish.com/samples/premium_feed.json";
      8 
      9 	# Change this to true if premium feed is enabled
     10 	openphish_premium = false;