summaryrefslogtreecommitdiff
path: root/src/connman.socket
diff options
context:
space:
mode:
Diffstat (limited to 'src/connman.socket')
-rw-r--r--src/connman.socket13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/connman.socket b/src/connman.socket
new file mode 100644
index 00000000..e27041f2
--- /dev/null
+++ b/src/connman.socket
@@ -0,0 +1,13 @@
+[Unit]
+Description=DNS Proxy Socket
+Before=connman.service
+
+[Socket]
+ListenStream=0.0.0.0:53
+ListenDatagram=0.0.0.0:53
+FreeBind=true
+SmackLabelIPIn=*
+SmackLabelIPOut=@
+
+[Install]
+WantedBy=sockets.target \ No newline at end of file