Marks-Man
Administrator
Joined: Mar 15, 2021
Messages: 985
Resources: 402
Points: 93
Reaction score: 870
- Convert IP Address to Hex Format
Ex: 127.0.0.1
7f.00.00.01 (0x7f000001)
Replace string : "|7d 00 00 01|"
www.browserling.com
Add the following rule to "Filter" Table:
Note: Websites hosted on this IP will keep working, but anyone who tries to access IP directly will be blocked !!
Ex: 127.0.0.1
7f.00.00.01 (0x7f000001)
Replace string : "|7d 00 00 01|"

IP to Hex Converter - Convert IP to Hexadecimal - Online - Browserling Web Developer Tools
Useful, free online tool that converts an IP address to hex. No ads, nonsense, or garbage, just a hex IP converter. Press a button – get the result.
Add the following rule to "Filter" Table:
Code:
-I INPUT -p tcp -m tcp --dport 443 -m string --hex-string "|7d 00 00 01|" --algo kmp --to 65535 -m string --string "/" --algo bm --to 65535 -j DROP
Code:
service iptables restart
Note: Websites hosted on this IP will keep working, but anyone who tries to access IP directly will be blocked !!