jaguar.m4, numbers.m4: Open up some alternative HTTP ports.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 26 Mar 2015 16:33:46 +0000 (16:33 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 26 Mar 2015 16:43:15 +0000 (16:43 +0000)
jaguar.m4
numbers.m4

index f37debe..0a06ccb 100644 (file)
--- a/jaguar.m4
+++ b/jaguar.m4
@@ -29,7 +29,7 @@ m4_divert(86)m4_dnl
 allowservices inbound tcp \
        ssh \
        ident \
-       http https
+       http https althttp0 althttp1
 
 ## Other interesting things.
 dnsresolver inbound
index 27c3f35..149afd4 100644 (file)
@@ -59,6 +59,8 @@ defport postgresql 5432
 defport gnutella_svc 6346
 defport mpd 6600
 defport irc 6667
+defport althttp0 8000
+defport althttp1 8080
 defport tor_public 9001
 defport tor_directory 9030
 defport git 9418