Skip to content

Commit

Permalink
try fewer ports
Browse files Browse the repository at this point in the history
  • Loading branch information
jamilbk committed Jul 12, 2024
1 parent 644a850 commit 66f89da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
14 changes: 7 additions & 7 deletions config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ if config_env() == :prod do
config :probe,
udp_bind_address: addr,
port_options: [
{"53 (DNS)", 53},
{"80 (HTTP)", 80},
{"123 (NTP)", 123},
{"161 (SNMP)", 161},
{"443 (HTTPS)", 443},
{"500 (IKE)", 500},
{"514 (Syslog)", 514},
# {"53 (DNS)", 53},
# {"80 (HTTP)", 80},
# {"123 (NTP)", 123},
# {"161 (SNMP)", 161},
# {"443 (HTTPS)", 443},
# {"500 (IKE)", 500},
# {"514 (Syslog)", 514},
{"1701 (L2TP)", 1701},
{"51820 (WireGuard)", 51_820},
{"60000", 60_000}
Expand Down
3 changes: 0 additions & 3 deletions rel/overlays/bin/server
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@
set -eu

cd -P -- "$(dirname -- "$0")"

sudo setcap cap_net_bind_service=+ep ./probe

PHX_SERVER=true exec ./probe start

0 comments on commit 66f89da

Please sign in to comment.