Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gameauth
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sucssite
gameauth
82599dc0624b162db18bee05ff74a3de668073a2
gameauth
deny_ip.sh
Find file
Normal view
Permalink
deny_ip.sh
55 B
Newer
Older
Code dump of Gameauth from the staff svn
Imran Hussain
committed
9 years ago
1
2
3
#!/bin/bash
/sbin/iptables
-D
INPUT
-s
"
$1
"
-j
ACCEPT