diff options
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/functions/put | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/etc/functions/put b/etc/functions/put index 764bd05..42b550a 100755 --- a/etc/functions/put +++ b/etc/functions/put @@ -18,11 +18,9 @@ if ! check_com curl; then fi function put_aneurysm_vpn { + put_aneurysm hostname='aneurysm.wildernet.org' - ssh_options=(-q) - target_dir='public_html/tmp/' - server_prefix='http://aneurysm.wildernet.org/~derf/tmp/' - illegal='*.(cgi|pl|php|py)' + server_prefix='http://aneurysm.vpn.skyshaper.org/~derf/tmp/' } function put_aneurysm_int { |