Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
fixed port
Browse files Browse the repository at this point in the history
  • Loading branch information
polarwinkel committed Jan 11, 2021
1 parent dfecf77 commit 6a99ef2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added freeradius.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions service.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
{
"name":"freeradius",
"hostname":"freeradius",
"url":"https://github.com/philleconnect/RadiusServer/releases/download/v2.0.2/freeradius.tar.gz",
"url":"https://github.com/philleconnect/RadiusServer/releases/download/v2.0.3/freeradius.tar.gz",
"ports":[
{
"external":"1812/udp",
"external":1812,
"internal":1812
},
{
Expand Down

0 comments on commit 6a99ef2

Please sign in to comment.