FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ncsu.breedbase.org/firewall at master · codingstrand/ncsu.breedbase.org · GitHub
codingstrand
/
ncsu.breedbase.org
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
ncsu.breedbase.org
/
firewall
Copy path
More file actions
More file actions
Latest commit
History
History
History
7 lines (3 loc) · 206 Bytes
Breadcrumbs
ncsu.breedbase.org
/
firewall
Copy path
File metadata and controls
7 lines (3 loc) · 206 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
#!
/bin/bash
#
Firewall that will prevent port 8080 and 5432 to be accessible from the outside world
iptables -I FORWARD -p tcp
!
-i 0.0.0.0 --dport 8080 -j DROP
#
8080 only accessible through localhost
Back
|
FazBrowse Home
|
New Git URL