Max Lv
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
10 additions and
0 deletions
-
snap/snapcraft.yaml
|
|
@ -16,10 +16,20 @@ apps: |
|
|
|
command: bin/ss-local |
|
|
|
plugs: [network, network-bind] |
|
|
|
|
|
|
|
ss-local-daemon: |
|
|
|
command: bin/ss-local |
|
|
|
daemon: simple |
|
|
|
plugs: [network, network-bind] |
|
|
|
|
|
|
|
ss-server: |
|
|
|
command: bin/ss-server |
|
|
|
plugs: [network, network-bind] |
|
|
|
|
|
|
|
ss-server-daemon: |
|
|
|
command: bin/ss-server |
|
|
|
daemon: simple |
|
|
|
plugs: [network, network-bind] |
|
|
|
|
|
|
|
ss-redir: |
|
|
|
command: bin/ss-redir |
|
|
|
plugs: [network, network-bind] |
|
|
|