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
| <!doctype html> | |
| <html> | |
| <head> | |
| <title>Site Maintenance</title> | |
| <style> | |
| body { text-align: center; padding: 150px; } | |
| h1 { font-size: 50px; } | |
| body { font: 20px Helvetica, sans-serif; color: #333; } | |
| article { display: block; text-align: left; width: 650px; margin: 0 auto; } | |
| a { color: #dc8100; text-decoration: none; } |
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
| atl*CLI> core show help | |
| ! -- Execute a shell command | |
| acl show -- Show a named ACL or list all named ACLs | |
| ael reload -- Reload AEL configuration | |
| ael set debug {read|tokens|macros|contexts|off} -- Enable AEL debugging flags | |
| agi dump html -- Dumps a list of AGI commands in HTML format | |
| agi exec -- Add AGI command to a channel in Async AGI | |
| agi set debug [on|off] -- Enable/Disable AGI debugging | |
| agi show commands [topic] -- List AGI commands or specific help | |
| aoc set debug -- enable cli debugging of AOC messages |
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
| <?xml version="1.0" encoding="utf-8"?> | |
| <service> | |
| <short>cPanel</short> | |
| <description>This option allows you to access cPanel & WHM's standard services.</description> | |
| <port protocol="tcp" port="21"/> | |
| <port protocol="tcp" port="22"/> | |
| <port protocol="tcp" port="25"/> | |
| <port protocol="tcp" port="26"/> | |
| <port protocol="tcp" port="53"/> | |
| <port protocol="tcp" port="80"/> |
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
| name: Deploy Next.js to SFTP | |
| on: | |
| push: | |
| branches: | |
| - main # Or the branch you want to trigger the deployment on | |
| jobs: | |
| deploy: | |
| runs-on: ubuntu-latest |
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 | |
| # pwndrop Installer | |
| # Author: Yujin Boby | |
| # Email: admin@serverOk.in | |
| # Web: https://serverok.in | |
| # Point domain name and www to server IP | |
| # Run this script on fresh ubuntu server | |
| read -p "Enter your domain name (e.g., drop.serverok.in): " domain_name |
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
| server { | |
| listen *:443 ssl; | |
| server_name DOMAINNAME www.DOMAINNAME ; | |
| root /var/www/verifier/; | |
| index index.php index.html index.htm; | |
| access_log /var/log/nginx/DOMAINNAME.log; | |
| error_log /var/log/nginx/DOMAINNAME.error.log; | |
| ssl_certificate /etc/letsencrypt/live/DOMAINNAME/fullchain.pem; | |
| ssl_certificate_key /etc/letsencrypt/live/DOMAINNAME/privkey.pem; |
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
| # Server globals | |
| user www-data; | |
| worker_processes auto; | |
| worker_rlimit_nofile 65535; | |
| error_log /var/log/nginx/error.log; | |
| pid /run/nginx.pid; | |
| include /etc/nginx/conf.d/main/*.conf; | |
| include /etc/nginx/modules-enabled/*.conf; | |
| # Worker config |
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
| # Implement TLS 1.3 0-RTT anti-replay for NGINX | |
| # Requires: NGINX directive "ssl_early_data" on | |
| # Usage: | |
| # Make sure these "map" blocks are included in "http" block | |
| # Put the following two lines in SSL "server" block, before any "location" blocks | |
| # if ($anti_replay = 307) { return 307 https://$host$request_uri; } |
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
| -----BEGIN DH PARAMETERS----- | |
| MIICCAKCAgEA7N3ZOcXgACR0Rat9G/7h8krD7ysVvmEmvAdg8o5l7eKVdtp/QSNK | |
| anF0JyInJMBEgq05GY7YwvFovglJL73T/eEjTK3qPU6eHzxNGKfR0pM6rnAb+EXL | |
| dSNJm3Xz9wH4IKn6OJ3nD9aLmBVI5FlIMV1R4QKX3sIWUxRqRSQIzjNQTnY1e/Pk | |
| BT/ZrUUF7fPPVbg0nPD8Y48ISr7pB6M14Kr66cggGIqUVdBdkPYyt4RpFWR1n3Tv | |
| rz1j0U+UoVnan2FgGsSiSFT9I/CiIxgC/SrdwxZLUgbAiKsnw9H7nGW92C4cRqY0 | |
| 2eKMVNEBk32GSPQXaA+Q5TILyzxuwDbXMxHMxnUVKQGFEcXjWXXyiv7tLAeu68Do | |
| j5iNFOHbDp17SftnxYHi2vTsYk+9K6Pzc+NmUgibM52Rs92PPYd++HcgMeGrYcqi | |
| temHP2jPtAymixch0wdqBMgeGTb29w51LR0BAU6D6BeR25pkZvPUag3bb6SU1Oli | |
| E15DDWh3UnmfTw2M9W1uxlzQAlXOLL6/ZWuvwyqhCY6X7tIONtSgdYGjtiTFaPJp |
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
| # Cloudflare IP Ranges | |
| # IPv4 | |
| set_real_ip_from 103.21.244.0/22; | |
| set_real_ip_from 103.22.200.0/22; | |
| set_real_ip_from 103.31.4.0/22; | |
| set_real_ip_from 104.16.0.0/13; | |
| set_real_ip_from 104.24.0.0/14; | |
| set_real_ip_from 108.162.192.0/18; | |
| set_real_ip_from 131.0.72.0/22; |
NewerOlder