Default set of supported services changed to be sshd only.
1 parent 8c36afb commit 403d44c33a5c47b1c49f9f074950dd868b438b39
@tundra tundra authored on 25 Sep 2006
Showing 1 changed file
View
4
tperimeter.py
 
# Program Information
 
PROGNAME = "tperimeter.py"
RCSID = "$Id: tperimeter.py,v 1.109 2006/04/30 19:24:58 tundra Exp $"
RCSID = "$Id: tperimeter.py,v 1.110 2006/09/25 19:56:37 tundra Exp $"
 
import os, re, sys, syslog
 
#####
# Lookup Tables
#####
 
Forbidden = ["0.0.0.0", "255.255.255.255"] # Forbidden IP addresses
Services = ["imapd", "leafnode", "sshd"] # Services we can open up
Services = ["sshd"] # Services we can open up
 
 
#####
# Print Routine