This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ||graph.instagram.com^ | |
| ||adservice.google.de^ | |
| ||adservice.google.co.uk^ | |
| ||imasdk.googleapis.com^ | |
| ||graph.facebook.com^ | |
| ||grammarly-marketing.s3.amazonaws.com^ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # UFW Domain Rules Updater - Enhanced Version | |
| # Updates UFW rules for domains with current IPs and timestamps | |
| # ============================================================================= | |
| # CONFIGURATION - UPDATE THIS SECTION TO ADD/REMOVE DOMAINS | |
| # ============================================================================= | |
| # Domain patterns to match in UFW rule comments (for cleanup) | |
| DOMAIN_PATTERNS=( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # UFW Domain Rules Remover - Centralized Domain Configuration | |
| # Removes domain-based UFW rules with configurable patterns | |
| # ============================================================================= | |
| # CONFIGURATION - UPDATE THIS SECTION TO ADD/REMOVE DOMAINS | |
| # ============================================================================= | |
| # Domain patterns to match in UFW rule comments | |
| # Add or remove patterns here - they will be used throughout the script |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| echo "β Starting the application comparison process..." | |
| NOCOLOR='\033[0m' | |
| RED='\033[0;31m' | |
| GREEN='\033[0;32m' | |
| # Define a list of applications to ignore (normalized names) | |
| declare -a ignore_apps=( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ...etc. | |
| // ------------------------------------------------------------ | |
| // For sitemap stuff | |
| const globby = require('globby'); | |
| const globalUtilities = require('./src/utils/globalUtil'); | |
| const excludePagePattern = [ | |
| // NOTE: add your custom routes that must not visible on sitemap |