aboutsummaryrefslogtreecommitdiffstats
path: root/json
diff options
context:
space:
mode:
Diffstat (limited to 'json')
-rw-r--r--json/masquerade.json8
-rw-r--r--json/services.json15
2 files changed, 23 insertions, 0 deletions
diff --git a/json/masquerade.json b/json/masquerade.json
new file mode 100644
index 0000000..98e2d61
--- /dev/null
+++ b/json/masquerade.json
@@ -0,0 +1,8 @@
+{
+ "ipset": {
+ "awall-masquerade": {
+ "family": "inet",
+ "type": "hash:net"
+ }
+ }
+}
diff --git a/json/services.json b/json/services.json
new file mode 100644
index 0000000..78a2003
--- /dev/null
+++ b/json/services.json
@@ -0,0 +1,15 @@
+{
+ "service": {
+ "dns": [
+ { "proto": "udp", "port": 53 },
+ { "proto": "tcp", "port": 53 }
+ ],
+ "gre": { "proto": "gre" },
+ "icmp": { "proto": "icmp" },
+ "ipsec": [
+ { "proto": "esp" },
+ { "proto": "udp", "port": [ 500, 4500 ] }
+ ],
+ "ssh": { "proto": "tcp", "port": 22 }
+ }
+}