Skip to content

Commit

Permalink
change default address
Browse files Browse the repository at this point in the history
  • Loading branch information
xiam committed Apr 26, 2020
1 parent 2bb8da8 commit e53be3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -89,7 +89,7 @@ require-version:
require-access-token:
@if [[ -z "$(GH_ACCESS_TOKEN)" ]]; then echo "Missing \$$GH_ACCESS_TOKEN"; exit 1; fi

release: require-version require-access-token
release: require-version require-access-token build-all
RESP=$$(curl --silent --data '{ \
"tag_name": "v$(VERSION)", \
"name": "v$(VERSION)", \
Expand Down
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -37,7 +37,7 @@ import (
const Version = "2.0.0"

const (
defaultAddress = `127.0.0.1`
defaultAddress = `0.0.0.0`
defaultPort = uint(1080)
defaultTLSPort = uint(10443)
)
Expand Down

0 comments on commit e53be3a

Please sign in to comment.