diff options
author | Leonardo <rnalrd@gmail.com> | 2012-09-03 05:06:22 +0000 |
---|---|---|
committer | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2012-09-03 05:06:57 +0000 |
commit | f73c11061609a0c1678f51834cbd2e7ccb85a59a (patch) | |
tree | f9a0a76e7242d794860835fe1f71925af88bc5ab /json | |
parent | 7255bd34387f32d4d9601bccee475ddd2e74aab5 (diff) | |
download | awall-f73c11061609a0c1678f51834cbd2e7ccb85a59a.tar.bz2 awall-f73c11061609a0c1678f51834cbd2e7ccb85a59a.tar.xz |
add ftp service
Diffstat (limited to 'json')
-rw-r--r-- | json/services.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/json/services.json b/json/services.json index eb159ba..5016c04 100644 --- a/json/services.json +++ b/json/services.json @@ -14,6 +14,7 @@ { "proto": "tcp", "port": 135 }, { "proto": "udp", "port": 135 } ], + "ftp": { "proto": "tcp", "port": 21 }, "gre": { "proto": "gre" }, "hp-pdl": { "proto": "tcp", "port": 9100 }, "http": { "proto": "tcp", "port": 80 }, |