Skip to content

Commit 95f9e12

Browse files
committed
Remove mDNS names that aren't needed
1 parent 5c68241 commit 95f9e12

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

config/target.exs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,16 @@ config :mdns_lite,
4747
# Advertise the following services over mDNS.
4848
services: [
4949
%{
50-
name: "SSH Remote Login Protocol",
5150
protocol: "ssh",
5251
transport: "tcp",
5352
port: 22
5453
},
5554
%{
56-
name: "Secure File Transfer Protocol over SSH",
5755
protocol: "sftp-ssh",
5856
transport: "tcp",
5957
port: 22
6058
},
6159
%{
62-
name: "Erlang Port Mapper Daemon",
6360
protocol: "epmd",
6461
transport: "tcp",
6562
port: 4369

0 commit comments

Comments
 (0)