Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
7ec692cd
Commit
7ec692cd
authored
Feb 03, 2024
by
neil
Browse files
fix socat for netbsd:
listens to ipv4 by default.
parent
3dca6711
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
7ec692cd
...
@@ -2499,10 +2499,10 @@ _startserver() {
...
@@ -2499,10 +2499,10 @@ _startserver() {
_debug Le_Listen_V6 "$Le_Listen_V6"
_debug Le_Listen_V6 "$Le_Listen_V6"
_NC="socat"
_NC="socat"
if [ "$Le_Listen_V4" ]; then
if [ "$Le_Listen_V6" ]; then
_NC="$_NC -4"
elif [ "$Le_Listen_V6" ]; then
_NC="$_NC -6"
_NC="$_NC -6"
else
_NC="$_NC -4"
fi
fi
if [ "$DEBUG" ] && [ "$DEBUG" -gt "1" ]; then
if [ "$DEBUG" ] && [ "$DEBUG" -gt "1" ]; then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment