Changes between Initial Version and Version 1 of Ticket #67257


Ignore:
Timestamp:
Apr 17, 2023, 5:03:52 PM (13 months ago)
Author:
jf (Jeffrey 'jf' Lim)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67257 – Description

    initial v1  
    1313Running `sudo port load dnscrypt-proxy` at the command line after installation though does not work.
    1414
    15 My initial assessment was that it's because `/opt/local/share/dnscrypt-proxy/dnscrypt-proxy.toml` (mentioned in `/Library/LaunchDaemons/org.macports.dnscrypt-proxy.plist`) is missing. HOWEVER, even after `sudo cp /opt/local/share/dnscrypt-proxy/example-dnscrypt-proxy.toml /opt/local/share/dnscrypt-proxy/dnscrypt-proxy.toml`, runnning `sudo port load dnscrypt-proxy` still does not work (I get no errors or complaints though, at the command line; and `echo $?` gives `0`).
     15My initial assessment is that it's because `/opt/local/share/dnscrypt-proxy/dnscrypt-proxy.toml` (mentioned in `/Library/LaunchDaemons/org.macports.dnscrypt-proxy.plist`) is missing. I'm currently testing `sudo cp /opt/local/share/dnscrypt-proxy/example-dnscrypt-proxy.toml /opt/local/share/dnscrypt-proxy/dnscrypt-proxy.toml` right now to see if that resolves things.