yessur3808 / basic-firewall

Firewalls are crucial network security tool that helps protect computers and networks from malicious attacks. It acts as a barrier between a private internal network and the public internet, controlling incoming and outgoing traffic based on predetermined security rules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About the project

Firewalls are crucial network security tools that aim to protect computers & networks from malicious attacks. They acts as a barrier between a private internal network and the public internet, controlling incoming and outgoing traffic based on predetermined security rules.

Test the firewall

To test the firewall,

  • You can try connecting to the server from different IP addresses.
  • Then verify that the connections are allowed or blocked based on the defined rules.

This can be customized to meet the specific needs of your network

Clone the project

 git clone https://github.com/yessur3808/basic-firewall
cd basic-firewall

Run the project locally

go run main.go

About

Firewalls are crucial network security tool that helps protect computers and networks from malicious attacks. It acts as a barrier between a private internal network and the public internet, controlling incoming and outgoing traffic based on predetermined security rules.


Languages

Language:Go 100.0%