Skip to content

Commit

Permalink
Merge pull request #18 from Amnesic-Systems/change-default-port
Browse files Browse the repository at this point in the history
Change default external port to 8443.
  • Loading branch information
NullHypothesis authored Nov 11, 2024
2 parents 9d1e05e + 68e292e commit 308a61e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/veil/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import (
)

const (
defaultExtPubPort = "8080"
defaultIntPort = "8081"
defaultExtPubPort = "8443"
defaultIntPort = "8080"
)

func parseFlags(out io.Writer, args []string) (*config.Config, error) {
Expand Down

0 comments on commit 308a61e

Please sign in to comment.