Skip to content

Commit 58675e2

Browse files
committed
revert: switch back to ipv4 for ip-update service
Signed-off-by: Reputable2722 <153411261+Reputable2772@users.noreply.github.com>
1 parent 69d0e8c commit 58675e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Users/WickedWizard/Programs/Selfhosted/ip-update.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
--data-urlencode "token=$secret" \
2525
--data-urlencode "domains=$DOMAIN" \
2626
--data-urlencode "verbose=true" \
27-
--data-urlencode "ipv6=$ip6"
27+
--data-urlencode "ip=$ip"
2828
'';
2929
};
3030
};

0 commit comments

Comments
 (0)