aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/index.html
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-04 15:19:28 +0500
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-04 15:19:28 +0500
commit5eee522a4cb4c480a2e74de2cb74a6da06e47657 (patch)
tree594c60badfc28f79e4a5573d29e9c50d2a45398b /index.html
parentbundle ip-address (to be used instead of ipaddr.js) (diff)
downloadwireguard-config-5eee522a4cb4c480a2e74de2cb74a6da06e47657.tar.gz
wireguard-config-5eee522a4cb4c480a2e74de2cb74a6da06e47657.zip
switch from ipaddr.js to ip-address
Diffstat (limited to 'index.html')
-rw-r--r--index.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/index.html b/index.html
index e285ff5..cb6f84e 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,14 @@ navbar:
link: Main
icon: home
custom_js:
- - https://cdn.jsdelivr.net/npm/ipaddr.js@2.0.1/ipaddr.min.js
+ # ipaddr.js is buggy: https://github.com/whitequark/ipaddr.js/issues/160.
+ # TODO: revert back to using ipaddr.js if it's fixed?
+ #- https://cdn.jsdelivr.net/npm/ipaddr.js@2.0.1/ipaddr.min.js
+
+ # This is the "browserified" replacement, ip-address. This bundling procedure
+ # fucking sucks, but it's the best I've got for now.
+ - bundle.js
+
- https://cdn.jsdelivr.net/npm/qrious@4.0.2/dist/qrious.min.js
- main.js